vg4->audio->is_mute()
Return whether audio is set to mute.
SYNTAX
VG_BOOL
vg4->audio->is_mute(void)
RETURN VALUE
Returns boolean:
- VG_TRUE: is mute
- VG_FALSE: is not mute
DESCRIPTION
Return whether audio is set to mute.
SEE ALSO