ltmmWMStreamConfig Object

The ltmmWMStreamConfig Object is used to specify the properties of a stream and a media in a stream, in addition to other video-specific properties in an ASF file. This object is not externally creatable; it can only be accessed through the ltmmWMStreamConfig object obtained from the ltmmWMProfile object methods CreateNewStream, GetStream, and GetStreamByNumber.

For stream configuration management, refer to the following methods and properties:

ltmmWMProfile.AddStream

ltmmWMProfile.CreateNewStream

ltmmWMProfile.GetStream

ltmmWMProfile.GetStreamByNumber

ltmmWMProfile.ReconfigStream

ltmmWMProfile.RemoveStream

ltmmWMProfile.RemoveStreamByNumber

ltmmWMProfile.StreamCount

The ltmmWMStreamConfig Object contains the following properties and methods:

Properties

ltmmWMStreamConfig.Bitrate

ltmmWMStreamConfig.BufferWindow

ltmmWMStreamConfig.ConnectionName

ltmmWMStreamConfig.MaxKeyFrameSpacing

ltmmWMStreamConfig.Quality

ltmmWMStreamConfig.StreamName

ltmmWMStreamConfig.StreamNumber

ltmmWMStreamConfig.StreamType

ltmmWMStreamConfig.Type

Methods

ltmmWMStreamConfig.GetMediaType

ltmmWMStreamConfig.SetMediaType

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

See Also

Windows Media Support