This documentation is for the old version. Go to the latest Graphics Mill docs

AviWriter Properties

The AviWriter type exposes the following members.

Properties

Name Description
Public property AudioManager

Gets the audio manager object which enables you to add audio tracks to the AVI movie.

Public property BackgroundColor

Gets/sets a background color used when transparent images are added as frames.

Public property BytesPerSecond

Gets/sets the BPS (bytes per second) value used by some compressors.

Public property CodecPriority

Returns the priority of the codec.

(Inherited from FormatWriter.)
Public property Completed

Returns value indicating if the operation is currently running.

(Inherited from SyncHandler.)
Public property CompressorHandler

Gets/sets the handler (ID) of the compressor used to generate the AVI file.

Public property DefaultExtension

Returns default extension for this format.

(Inherited from FormatWriter.)
Public property ExceptionThrowEnabled

Gets/sets value that specifies if to throw exception in synchronous mode.

(Inherited from SyncHandler.)
Public property FilterString

Returns filter string for this format.

(Inherited from FormatWriter.)
Public property FormatDescription

Returns user-friendly format description.

(Inherited from FormatWriter.)
Public property FormatName

Returns format name.

(Inherited from FormatWriter.)
Public property FramesPerSecond

Gets/sets the frames per second ratio used to play the movie created with this writer object.

Public property Height

Gets/sets the height of the AVI file which is created by this writer object.

Public property KeyFrameRate

Gets/sets the key frame rate value used by some compressors.

Public property Locked

Indicates if the object has been locked.

(Inherited from SyncHandler.)
Public property MediaFormat

Returns the ID of the media format this reader can write to.

(Inherited from FormatWriter.)
Public property MimeType

Returns mime type of the format.

(Inherited from FormatWriter.)
Public property Opened

Returns value that specifies if the writer is opened.

(Inherited from FormatWriter.)
Public property OptionsDialogParentHandle

Gets/sets the HWND of the window which should be a parent of the options dialog displayed by a writer.

Public property Priority

Gets/sets a priority for the auxilary thread.

(Inherited from SyncHandler.)
Public property Quality

Gets/sets the quality used to create the AVI movie with this writer object.

Public property ResizeFrame

Gets/sets a value which specifies whether to resize the frame to dimensions of the writer.

Public property ShowOptionDialog

Gets/sets a value which specifies whether to display the options dialog to specify the writer object settings.

Public property SupportedPixelFormats

Returns an array of pixel formats which are supported with this format writer.

(Inherited from FormatWriter.)
Public property SynchronizationMode

Gets/sets synchronization mode for the object.

(Inherited from SyncHandler.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from SyncHandler.)
Public property Watermark

Gets the instance of the AviWatermark to apply watermarking functionality on the AVI which is created with this writer.

Public property Width

Gets/sets the width of the AVI file which is created by this writer object.

See Also

Reference