Method EnableAudioTrack
- Namespace
- RenderHeads.Media.AVProVideo
- Assembly
- _AVProVideo.Extensions.VideoPlayer.dll
EnableAudioTrack(ushort, bool)
VideoRecord:
- Enable/disable audio track decoding. Only effective when the VideoPlayer_AVPro is not currently playing AVPro:
- Changes current active audio track. Only effective when not currently playing.
- Will Mute the track if enabled is set to false
public void EnableAudioTrack(ushort trackIndex, bool enabled)