C# Class AnimatGuiCtrls.Video.AviStream

显示文件 Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Protected Properties

Property Type Description
aviFile int
aviStream System.IntPtr
compressedStream System.IntPtr
writeCompressed bool

Private Properties

Property Type Description

Public Methods

Method Description
Close ( ) : void

Close the stream

ExportStream ( String fileName ) : void

Export the stream into a new file

Method Details

Close() public method

Close the stream
public Close ( ) : void
return void

ExportStream() public abstract method

Export the stream into a new file
public abstract ExportStream ( String fileName ) : void
fileName String
return void

Property Details

aviFile protected_oe property

protected int aviFile
return int

aviStream protected_oe property

protected IntPtr,System aviStream
return System.IntPtr

compressedStream protected_oe property

protected IntPtr,System compressedStream
return System.IntPtr

writeCompressed protected_oe property

protected bool writeCompressed
return bool