The AviWriter type exposes the following members.
Name | Description | |
---|---|---|
AudioManager |
Gets the audio manager object which enables you to add audio tracks to the AVI movie. |
|
BackgroundColor |
Gets/sets a background color used when transparent images are added as frames. |
|
BytesPerSecond |
Gets/sets the BPS (bytes per second) value used by some compressors. |
|
CodecPriority |
Returns the priority of the codec. (Inherited from FormatWriter.) |
|
Completed |
Returns value indicating if the operation is currently running. (Inherited from SyncHandler.) |
|
CompressorHandler |
Gets/sets the handler (ID) of the compressor used to generate the AVI file. |
|
DefaultExtension |
Returns default extension for this format. (Inherited from FormatWriter.) |
|
ExceptionThrowEnabled |
Gets/sets value that specifies if to throw exception in synchronous mode. (Inherited from SyncHandler.) |
|
FilterString |
Returns filter string for this format. (Inherited from FormatWriter.) |
|
FormatDescription |
Returns user-friendly format description. (Inherited from FormatWriter.) |
|
FormatName |
Returns format name. (Inherited from FormatWriter.) |
|
FramesPerSecond |
Gets/sets the frames per second ratio used to play the movie created with this writer object. |
|
Height |
Gets/sets the height of the AVI file which is created by this writer object. |
|
KeyFrameRate |
Gets/sets the key frame rate value used by some compressors. |
|
Locked |
Indicates if the object has been locked. (Inherited from SyncHandler.) |
|
MediaFormat |
Returns the ID of the media format this reader can write to. (Inherited from FormatWriter.) |
|
MimeType |
Returns mime type of the format. (Inherited from FormatWriter.) |
|
Opened |
Returns value that specifies if the writer is opened. (Inherited from FormatWriter.) |
|
OptionsDialogParentHandle |
Gets/sets the HWND of the window which should be a parent of the options dialog displayed by a writer. |
|
Priority |
Gets/sets a priority for the auxilary thread. (Inherited from SyncHandler.) |
|
Quality |
Gets/sets the quality used to create the AVI movie with this writer object. |
|
ResizeFrame |
Gets/sets a value which specifies whether to resize the frame to dimensions of the writer. |
|
ShowOptionDialog |
Gets/sets a value which specifies whether to display the options dialog to specify the writer object settings. |
|
SupportedPixelFormats |
Returns an array of pixel formats which are supported with this format writer. (Inherited from FormatWriter.) |
|
SynchronizationMode |
Gets/sets synchronization mode for the object. (Inherited from SyncHandler.) |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from SyncHandler.) |
|
Watermark |
Gets the instance of the AviWatermark to apply watermarking functionality on the AVI which is created with this writer. |
|
Width |
Gets/sets the width of the AVI file which is created by this writer object. |