LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
WMStreamConfig Class
See Also  Members  
Leadtools.Multimedia Namespace : WMStreamConfig Class



The WMStreamConfig 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.

Object Model

WMStreamConfig Class

Syntax

Visual Basic (Declaration) 
Public Class WMStreamConfig 
Visual Basic (Usage)Copy Code
Dim instance As WMStreamConfig
C# 
public class WMStreamConfig 
C++/CLI 
public ref class WMStreamConfig 

Remarks

The WMStreamConfig Object is used to specify the properties of a stream and 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 WMStreamConfig object obtained from the WMProfile object methods WMProfile.CreateNewStream, WMProfile.GetStream, and WMProfile.GetStreamByNumber. For stream configuration management, refer to the following methods and properties:

For more information on LEADTOOLS Multimedia support for Windows Media Profiles, see Leadtools.Topics.Multimedia.WindowsMediaSupport. For more information, see the Microsoft documentation for Working with Profiles.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.WMStreamConfig

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also