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

The following tables list the members exposed by WMStreamConfig.

Public Properties

 NameDescription
public Property BitrateGets or sets the stream's bit rate in bits per second.  
public Property BufferWindowGets or sets the maximum latency (time in milliseconds) between stream reception and display.  
public Property ConnectionNameGets or sets a character string that contains the connection name.  
public Property MaxKeyFrameSpacingGets or sets the maximum key frame time interval in 100-nanosecond units.  
public Property QualityGets or sets the quality setting for the video stream.  
public Property StreamNameGets or sets a character string that contains the stream name.  
public Property StreamNumberGets or sets the stream number.  
public Property StreamTypeGets a CLSID string that indicates the major type of the stream.  
public Property TypeGets a CLSID string that indicates the major type of the multimedia in the stream.  
Top

Public Methods

 NameDescription
public Method GetMediaTypeGets the media type of the stream in the form of a MediaType object.  
public Method SetMediaTypeSets the media type of the stream using a MediaType object.  
Top

See Also