RecordPlayerPlayerVolumeMute Property |
Sets and gets playback mute
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public bool PlayerVolumeMute { get; set; }
Public Property PlayerVolumeMute As Boolean
Get
Set
public:
property bool PlayerVolumeMute {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also