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

AviReader Properties

The AviReader type exposes the following members.

Properties

Name Description
Public property AudioManager

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

Public property CodecPriority

Returns the priority of the codec.

(Overrides FormatReader.CodecPriority.)
Public property Completed

Returns value indicating if the operation is currently running.

(Inherited from SyncHandler.)
Public property CompressorHandler

Gets the handler (ID) of the compressor this AVI file is generated with.

Public property DefaultExtension

Returns default extension for this format.

(Inherited from FormatReader.)
Public property Duration

Gets the duration of the AVI movie.

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 FormatReader.)
Public property FormatDescription

Returns user-friendly format description.

(Inherited from FormatReader.)
Public property FormatName

Returns format name.

(Inherited from FormatReader.)
Public property FrameCount

Returns number of frames in the format reader.

(Inherited from FormatReader.)
Public property FramesPerSecond

Gets the frames per second ratio from the AVI movie.

Public property Height

Gets the height of the AVI movie.

Public property IsFrameSeekable

Check whether the reader supports random access to frames.

(Inherited from FormatReader.)
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 read from.

(Inherited from FormatReader.)
Public property MimeType

Returns mime type of the format.

(Inherited from FormatReader.)
Public property Opened

Returns value that specifies whether the reader is opened.

(Inherited from FormatReader.)
Public property Priority

Gets/sets a priority for the auxilary thread.

(Inherited from SyncHandler.)
Public property Quality

Gets the quality this AVI file is created with.

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 Width

Gets the width of the AVI movie.

See Also

Reference