C# Class TOAPI.Types.FOURCC

Show file Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
DOS System.UInt32
LIST System.UInt32
MEM System.UInt32
vcap System.UInt32
vidc System.UInt32

Public Methods

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

Method Details

FourCCToString() public static method

public static FourCCToString ( uint fourcc ) : string
fourcc uint
return string

MakeFourCC() public static method

public static MakeFourCC ( byte bytes ) : UInt32
bytes byte
return System.UInt32

MakeFourCC() public static method

public static MakeFourCC ( char ch0, char ch1, char ch2, char ch3 ) : UInt32
ch0 char
ch1 char
ch2 char
ch3 char
return System.UInt32

Property Details

DOS public static property

public static UInt32,System DOS
return System.UInt32

LIST public static property

public static UInt32,System LIST
return System.UInt32

MEM public static property

public static UInt32,System MEM
return System.UInt32

vcap public static property

public static UInt32,System vcap
return System.UInt32

vidc public static property

public static UInt32,System vidc
return System.UInt32