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

Inheritance: IDisposable
Afficher le fichier Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Méthodes publiques

Свойство Type Description
FormatPtr System.IntPtr
FormatSize int
FormatType System.Guid
MajorType System.Guid
SampleSize int
SubType System.Guid
unkPtr System.IntPtr

Méthodes publiques

Méthode Description
Dispose ( ) : void

Dispose the object.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Dispose the object

Method Details

Dispose() public méthode

Dispose the object.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

Property Details

FormatPtr public_oe property

Pointer to the format block.
public IntPtr,System FormatPtr
Résultat System.IntPtr

FormatSize public_oe property

Size of the format block, in bytes.
public int FormatSize
Résultat int

FormatType public_oe property

GUID that specifies the structure used for the format block.
public Guid,System FormatType
Résultat System.Guid

MajorType public_oe property

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

SampleSize public_oe property

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

SubType public_oe property

GUID that specifies the subtype of the media sample.
public Guid,System SubType
Résultat System.Guid

unkPtr public_oe property

Not used.
public IntPtr,System unkPtr
Résultat System.IntPtr