C# Class AForge.Video.DirectShow.Internals.AMMediaType

Inheritance: IDisposable
Show file Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Public Properties

Property Type Description
FormatPtr System.IntPtr
FormatSize int
FormatType System.Guid
MajorType System.Guid
SampleSize int
SubType System.Guid
unkPtr System.IntPtr

Public Methods

Method Description
Dispose ( ) : void

Dispose the object.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Dispose the object

Method Details

Dispose() public method

Dispose the object.
public Dispose ( ) : void
return void

Dispose() protected method

Dispose the object
protected Dispose ( bool disposing ) : void
disposing bool Indicates if disposing was initiated manually.
return void

Property Details

FormatPtr public property

Pointer to the format block.
public IntPtr,System FormatPtr
return System.IntPtr

FormatSize public property

Size of the format block, in bytes.
public int FormatSize
return int

FormatType public property

GUID that specifies the structure used for the format block.
public Guid,System FormatType
return System.Guid

MajorType public property

Globally unique identifier (GUID) that specifies the major type of the media sample.
public Guid,System MajorType
return System.Guid

SampleSize public property

Size of the sample in bytes. For compressed data, the value can be zero.
public int SampleSize
return int

SubType public property

GUID that specifies the subtype of the media sample.
public Guid,System SubType
return System.Guid

unkPtr public property

Not used.
public IntPtr,System unkPtr
return System.IntPtr