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 WMV 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.GetStreamByNumber
ltmmWMProfile.RemoveStreamByNumber
The ltmmWMStreamConfig Object contains the following properties and methods:
Properties
ltmmWMStreamConfig.BufferWindow
ltmmWMStreamConfig.ConnectionName
ltmmWMStreamConfig.MaxKeyFrameSpacing
ltmmWMStreamConfig.StreamNumber
Methods
ltmmWMStreamConfig.GetMediaType
ltmmWMStreamConfig.SetMediaType
For more detailed information, refer to the Microsoft documentation for the IWMStreamConfig Interface.
Win32, x64
See Also