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

The following tables list the members exposed by MediaType.

Public Constructors

 NameDescription
public Constructor MediaType ConstructorInitializes a new instance of the MediaType class.  
Top

Public Properties

 NameDescription
public Property FixedSizeSamplesGets or sets the fixed size mode for MediaSamples.  
public Property FormatGets the direct reference to the format buffer.  
public Property FormatSizeGets or sets the size of the format buffer, in bytes.  
public Property FormatTypeGets or sets the format buffer type.  
public Property SampleSizeGets or sets the sample size, in bytes.  
public Property SubTypeGets or sets the subtype of the media sample.  
public Property TemporalCompressionGets or sets whether samples are compressed using temporal (interframe) compression.  
public Property TypeGets or sets the major type of the media sample.  
Top

Public Methods

 NameDescription
public Method DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
public Method GetFormatDataGets a copy of the format buffer.  
public Method GetPortableTypeGets a portable version of the media type.  
public Method GetVideoFormatDataCopies data from the video format buffer.  
public Method ResetFormatThis method allows you to reset the format buffer and free the memory allocated to it.  
public Method ResetMediaTypeThis method allows you to reset the entire media type (format buffer, type, subtype, etc).  
public Method SetFormatDataCopies data to the format buffer.  
public Method SetPortableTypeSpecifies the media type from portable data.  
public Method SetVideoFormatDataCopies data to the video format buffer.  
Top

See Also