Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaComposition.BackgroundAudioTracks 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.

A collection of background audio tracks for playback in the media composition.

public:
 property IVector<BackgroundAudioTrack ^> ^ BackgroundAudioTracks { IVector<BackgroundAudioTrack ^> ^ get(); };
IVector<BackgroundAudioTrack> BackgroundAudioTracks();
public IList<BackgroundAudioTrack> BackgroundAudioTracks { get; }
var iVector = mediaComposition.backgroundAudioTracks;
Public ReadOnly Property BackgroundAudioTracks As IList(Of BackgroundAudioTrack)

Property Value

The collection of BackgroundAudioTrack objects.

Applies to


Feedback

Was this page helpful?