Share via


AudiopathConfig.Create

Windows Media Encoder SDK banner art

The Create method creates an audiopath on which songs and segments can be played.

Set oAudiopath = object.Create()

Parts

object

Required. Object expression that resolves to an AudiopathConfig Object.

Return Values

Returns an Audiopath Object.

Remarks

Before this method can be called, the configuration must be loaded. Loading can be done either automatically or manually. For more information, see the Remarks for AudiopathConfig.Load.