BackgroundAudioTrack.CreateFromEmbeddedAudioTrack(EmbeddedAudioTrack) Method
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.
Creates a background audio track object with audio content copied from an embedded audio track object.
public:
static BackgroundAudioTrack ^ CreateFromEmbeddedAudioTrack(EmbeddedAudioTrack ^ embeddedAudioTrack);
static BackgroundAudioTrack CreateFromEmbeddedAudioTrack(EmbeddedAudioTrack const& embeddedAudioTrack);
public static BackgroundAudioTrack CreateFromEmbeddedAudioTrack(EmbeddedAudioTrack embeddedAudioTrack);
function createFromEmbeddedAudioTrack(embeddedAudioTrack)
Public Shared Function CreateFromEmbeddedAudioTrack (embeddedAudioTrack As EmbeddedAudioTrack) As BackgroundAudioTrack
Parameters
- embeddedAudioTrack
- EmbeddedAudioTrack
An embedded audio track to use as the source audio for the background audio track.
Returns
A new background audio track object containing audio content copied from the embedded audio track.