MediaClip.SelectedEmbeddedAudioTrackIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The index of the audio track within the media clip that is used for playback.
public:
property unsigned int SelectedEmbeddedAudioTrackIndex { unsigned int get(); void set(unsigned int value); };
uint32_t SelectedEmbeddedAudioTrackIndex();
void SelectedEmbeddedAudioTrackIndex(uint32_t value);
public uint SelectedEmbeddedAudioTrackIndex { get; set; }
var uInt32 = mediaClip.selectedEmbeddedAudioTrackIndex;
mediaClip.selectedEmbeddedAudioTrackIndex = uInt32;
Public Property SelectedEmbeddedAudioTrackIndex As UInteger
Property Value
The default value of 0 selects the first audio track within the media clip.