C# Class cadencii.media.VCM

Show file Open project: cadencii/cadencii Class Usage Examples

Public Properties

Property Type Description
ICTYPE_AUDIO uint
ICTYPE_VIDEO uint

Public Methods

Method Description
ICCompressGetFormat ( UInt32 hic, BITMAPINFO lpbiInput, BITMAPINFO lpbiOutput ) : uint
ICCompressGetFormatSize ( UInt32 hic, BITMAPINFO lpbi ) : uint

Private Methods

Method Description
ICClose ( UInt32 hic ) : int
ICCompressorChoose ( IntPtr hwnd, UInt32 uiFlags, IntPtr pvIn, IntPtr lpData, COMPVARS pc, string lpszTitle ) : int
ICCompressorFree ( COMPVARS pc ) : void
ICGetInfo ( UInt32 hic, ICINFO icinfo, int size ) : int
ICOpen ( UInt32 fccType, UInt32 fccHandler, uint wMode ) : UInt32
ICSendMessage ( UInt32 hic, UInt32 wMsg, IntPtr dw1, IntPtr dw2 ) : UIntPtr
ICSeqCompressFrame ( COMPVARS pc, UInt32 uiFlags, IntPtr lpBits, Int32 pfKey, Int32 plSize ) : IntPtr
ICSeqCompressFrameEnd ( COMPVARS pc ) : void
ICSeqCompressFrameStart ( COMPVARS pc, BITMAPINFO lpbiIn ) : int

Method Details

ICCompressGetFormat() public static method

public static ICCompressGetFormat ( UInt32 hic, BITMAPINFO lpbiInput, BITMAPINFO lpbiOutput ) : uint
hic System.UInt32
lpbiInput BITMAPINFO
lpbiOutput BITMAPINFO
return uint

ICCompressGetFormatSize() public static method

public static ICCompressGetFormatSize ( UInt32 hic, BITMAPINFO lpbi ) : uint
hic System.UInt32
lpbi BITMAPINFO
return uint

Property Details

ICTYPE_AUDIO public static property

public static uint ICTYPE_AUDIO
return uint

ICTYPE_VIDEO public static property

public static uint ICTYPE_VIDEO
return uint