C# Class TOAPI.Types.FOURCC

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Свойство Type Description
DOS System.UInt32
LIST System.UInt32
MEM System.UInt32
vcap System.UInt32
vidc System.UInt32

Méthodes publiques

Méthode Description
FourCCToString ( uint fourcc ) : string
MakeFourCC ( byte bytes ) : UInt32
MakeFourCC ( char ch0, char ch1, char ch2, char ch3 ) : UInt32

Method Details

FourCCToString() public static méthode

public static FourCCToString ( uint fourcc ) : string
fourcc uint
Résultat string

MakeFourCC() public static méthode

public static MakeFourCC ( byte bytes ) : UInt32
bytes byte
Résultat System.UInt32

MakeFourCC() public static méthode

public static MakeFourCC ( char ch0, char ch1, char ch2, char ch3 ) : UInt32
ch0 char
ch1 char
ch2 char
ch3 char
Résultat System.UInt32

Property Details

DOS public_oe static_oe property

public static UInt32,System DOS
Résultat System.UInt32

LIST public_oe static_oe property

public static UInt32,System LIST
Résultat System.UInt32

MEM public_oe static_oe property

public static UInt32,System MEM
Résultat System.UInt32

vcap public_oe static_oe property

public static UInt32,System vcap
Résultat System.UInt32

vidc public_oe static_oe property

public static UInt32,System vidc
Résultat System.UInt32