MediaClip.EmbeddedAudioTracks 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 list of embedded audio tracks in this media clip.
public:
property IVectorView<EmbeddedAudioTrack ^> ^ EmbeddedAudioTracks { IVectorView<EmbeddedAudioTrack ^> ^ get(); };
IVectorView<EmbeddedAudioTrack> EmbeddedAudioTracks();
public IReadOnlyList<EmbeddedAudioTrack> EmbeddedAudioTracks { get; }
var iVectorView = mediaClip.embeddedAudioTracks;
Public ReadOnly Property EmbeddedAudioTracks As IReadOnlyList(Of EmbeddedAudioTrack)
Property Value
Each member in the list is an EmbeddedAudioTrack object.