Exemplo n.º 1
0
 // Gets the audio mute status for the specified track.
 public bool IsAudioMute(ushort track)
 {
     return(mediaPlayer.IsAudioMute(track));
 }