ltmmWMProfile.AddStream Method

Visual Basic Example

Syntax

object.AddStream(Config As ltmmWMStreamConfig)

Remarks

Adds a stream to the profile.

This method works by copying the stream configuration details into the profile.

New streams are created using ltmmWMProfile.CreateNewStream Method. Configure the newly created stream using the ltmmWMStreamConfig object methods and properties before adding it to the profile using this method. A maximum of 63 streams can be added to a profile.

For more information, refer to the Microsoft documentation for IWMProfile::AddStream at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmform11/htm/iwmprofileaddstream.asp.

See Also

Elements:

ltmmWMProfile.Description Property, ltmmWMProfile.MutualExclusionCount Property, ltmmWMProfile.Name Property, ltmmWMProfile.StreamCount Property, ltmmWMProfile.Version Property, ltmmWMProfile.AddMutualExclusion Method, ltmmWMProfile.CreateNewMutualExclusion Method, ltmmWMProfile.CreateNewStream Method, ltmmWMProfile.GetMutualExclusion Method, ltmmWMProfile.GetStream Method, ltmmWMProfile.GetStreamByNumber Method, ltmmWMProfile.ReconfigStream Method, ltmmWMProfile.RemoveMutualExclusion Method, ltmmWMProfile.RemoveStream Method, ltmmWMProfile.RemoveStreamByNumber Method

Topics:

Multimedia Properties, Methods and Events

 

Windows Media Support