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

The following tables list the members exposed by SampleSource.

Public Constructors

 NameDescription
public Constructor SampleSource ConstructorInstantiates a SampleSource object  
Top

Public Methods

 NameDescription
public Method DeliverEndOfStreamInforms the objects "downstream" of the sample source object that the source has reached the end of the data stream.  
public Method DeliverSampleDelivers a sample to an 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 sample source object.  
public Method GetSampleBufferGets an unused sample buffer.  
public Method SetMediaTypeSets the media type of the sample source object.  
Top

See Also