C# 클래스 AForge.Video.DirectShow.Internals.AMMediaType

상속: IDisposable
파일 보기 프로젝트 열기: holisticware-admin/MonoVersal.AForgeNET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FormatPtr System.IntPtr
FormatSize int
FormatType System.Guid
MajorType System.Guid
SampleSize int
SubType System.Guid
unkPtr System.IntPtr

공개 메소드들

메소드 설명
Dispose ( ) : void

Dispose the object.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Dispose the object

메소드 상세

Dispose() 공개 메소드

Dispose the object.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

프로퍼티 상세

FormatPtr 공개적으로 프로퍼티

Pointer to the format block.
public IntPtr,System FormatPtr
리턴 System.IntPtr

FormatSize 공개적으로 프로퍼티

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

FormatType 공개적으로 프로퍼티

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

MajorType 공개적으로 프로퍼티

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

SampleSize 공개적으로 프로퍼티

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

SubType 공개적으로 프로퍼티

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

unkPtr 공개적으로 프로퍼티

Not used.
public IntPtr,System unkPtr
리턴 System.IntPtr