Method | Description | |
---|---|---|
AddFrame ( |
Adds a Bitmap to the end of the AviFile video sequence.
|
|
AddFrame ( System.Windows.Media.Imaging.BitmapSource source ) : void |
Adds a BitmapSource to the end of the AviFile video sequence. Not working...
|
|
AviWriter ( string path, int frameRate, int width, int height, uint quality = 10000 ) : System |
Initialize the AviFile.
|
|
Dispose ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up the AviFile.
|
Method | Description | |
---|---|---|
AVIFileCreateStream ( |
||
AVIFileExit ( ) : void | ||
AVIFileInit ( ) : void | ||
AVIFileOpenW ( |
||
AVIFileRelease ( |
||
AVIMakeCompressedStream ( |
||
AVIStreamRelease ( |
||
AVIStreamSetFormat ( |
||
AVIStreamWrite ( |
||
GetFourCc ( string fcc ) : uint |
public AddFrame ( |
||
frame | The frame to be added. | |
return | void |
public AddFrame ( System.Windows.Media.Imaging.BitmapSource source ) : void | ||
source | System.Windows.Media.Imaging.BitmapSource | The BitmapFrame to be added. |
return | void |
public AviWriter ( string path, int frameRate, int width, int height, uint quality = 10000 ) : System | ||
path | string | The path to the output file. |
frameRate | int | The frame rate for the video. |
width | int | The width of the video. |
height | int | The height of the video. |
quality | uint | Video quality 0 to 10000. |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Whether this is being called from Dispose or from the finalizer. |
return | void |