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

The following tables list the members exposed by MultiStreamSource.

Public Constructors

 NameDescription
public Constructor MultiStreamSource ConstructorInstantiates a MultiStreamSource object.  
Top

Public Properties

 NameDescription
public Property StreamCountGets or sets the number of streams supported by the MultiStreamSource object.  
Top

Public Methods

 NameDescription
public Method DeliverEndOfStreamInforms the objects "downstream" of the MultiStreamSource object that the source has reached the end of the data stream.  
public Method DeliverSampleDelivers a sample to a PlayCtrl or ConvertCtrl object "downstream" of the Sample Source object.  
public Method DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
public Method GetMediaTypeGets the media type of the MultiStreamSource object.  
public Method GetSampleBufferGets a sample buffer from a stream.  
public Method SetMediaTypeSets the media type for a particular stream of the MultiStreamSource object.  
Top

See Also