Table of Contents

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)

Parameters

trackIndex ushort

Index of the audio track to change to.

enabled bool

True for enabling the track. False for disabling the track.