C# Class AnimatGuiCtrls.Video.AviStream

Show file 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 property

protected int aviFile
return int

aviStream protected property

protected IntPtr,System aviStream
return System.IntPtr

compressedStream protected property

protected IntPtr,System compressedStream
return System.IntPtr

writeCompressed protected property

protected bool writeCompressed
return bool