C# Class cadencii.media.VFW

Exibir arquivo Open project: cadencii/cadencii Class Usage Examples

Public Properties

Property Type Description
streamtypeAUDIO System.UInt32
streamtypeVIDEO System.UInt32

Private Methods

Method Description
AVIFileCreateStream ( int ptr_pfile, IntPtr &ptr_ptr_avi, AVISTREAMINFOW &ptr_streaminfo ) : int
AVIFileExit ( ) : void
AVIFileGetStream ( int pfile, IntPtr &ppavi, int fccType, int lParam ) : int
AVIFileInit ( ) : void
AVIFileOpenW ( int &ptr_pfile, [ fileName, int flags, int dummy ) : int
AVIFileRelease ( int pfile ) : int
AVIMakeCompressedStream ( IntPtr &ppsCompressed, IntPtr aviStream, AVICOMPRESSOPTIONS &ao, int dummy ) : int
AVISaveOptions ( IntPtr hwnd, UInt32 flags, int nStreams, IntPtr ptr_ptr_avi, AVICOMPRESSOPTIONS ao ) : int
AVIStreamGetFrame ( int pGetFrameObj, int lPos ) : int
AVIStreamGetFrameClose ( int pGetFrameObj ) : int
AVIStreamGetFrameOpen ( IntPtr pAVIStream, BITMAPINFOHEADER &bih ) : int
AVIStreamInfo ( int pAVIStream, AVISTREAMINFOW &psi, int lSize ) : int
AVIStreamLength ( int pavi ) : int
AVIStreamOpenFromFileW ( IntPtr &ppavi, [ szfile, uint fccType, int lParam, int mode, int dumy ) : int
AVIStreamRelease ( IntPtr aviStream ) : int
AVIStreamSetFormat ( IntPtr aviStream, Int32 lPos, BITMAPINFOHEADER &lpFormat, Int32 cbFormat ) : int
AVIStreamStart ( int pavi ) : int
AVIStreamWrite ( IntPtr aviStream, Int32 lStart, Int32 lSamples, IntPtr lpBuffer, Int32 cbBuffer, Int32 dwFlags, Int32 dummy1, Int32 dummy2 ) : int

Property Details

streamtypeAUDIO public_oe static_oe property

public static UInt32,System streamtypeAUDIO
return System.UInt32

streamtypeVIDEO public_oe static_oe property

public static UInt32,System streamtypeVIDEO
return System.UInt32