AW WORLD PUBLIC SPEAKER CAPABILITY
Minimum requirements | ||
---|---|---|
Added in version 2.1 | ||
SDK | build 13 |
AW_WORLD_PUBLIC_SPEAKER_CAPABILITY
Type
Boolean (read only)
Description
Instance is a public speaker.
Notes
The value of this attribute is usually derived from AW_WORLD_PUBLIC_SPEAKER_RIGHT. It will be set to 1 (true) if the owner of the instance has public speaker capability. This is more reliable than using aw_has_world_right or aw_has_world_right_all.
Usage
if (aw_bool (AW_WORLD_PUBLIC_SPEAKER_CAPABILITY)) printf ("I am a public speaker\n"); else printf ("I am not a public speaker\n");
Default value
None