Method GetDirectAudioMute
- Namespace
- RenderHeads.Media.AVProVideo
- Assembly
- _AVProVideo.Extensions.VideoPlayer.dll
GetDirectAudioMute(ushort)
VideoRecord:
- Gets the direct-output audio mute status for the specified track. AVPro:
- retruns the global mute state, as currently, tracks have no recognition of volume and muted, these are handled globally.
public bool GetDirectAudioMute(ushort trackIndex)
Parameters
trackIndexushortindex of the audio track to query
Returns
- bool
true if the selected track is muted; otherwise false