The AviReader type exposes the following members.
Name | Description | |
---|---|---|
AviReader | Overloaded. Creates and initializes new AviReader class instance. |
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Abort |
Aborts current operation. (Inherited from SyncHandler.) |
|
CheckForSupport | Overloaded. Checks if the image can be loaded with this reader. |
|
CheckOpened |
Checks if the format reader is opened. (Inherited from FormatReader.) |
|
Clone |
Returns a full copy of this AviReader class instance. |
|
Close |
Closes format reader, and detaches it from previously opened file (or other media). (Inherited from FormatReader.) |
|
Continue |
Resumes execution of the operation previously paused with Pause() method. (Inherited from SyncHandler.) |
|
Dispose |
Releases all resources used by this FormatReader. (Inherited from FormatReader.) |
|
Equals | (Inherited from Object.) | |
FrameIndexToTime |
Returns the time the frame with specified index occurs at. |
|
GetEnumerator |
Returns an enumerator for the frames allowing the writer to be used in foreach blocks. (Inherited from FormatReader.) |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LoadFrame |
Returns a frame with specified index. This frame contains a bitmap and possible other details describing it. (Inherited from FormatReader.) |
|
Lock |
Locks the object. (Inherited from SyncHandler.) |
|
MemberwiseClone | (Inherited from Object.) | |
OnCheckForSupport |
Checks if the codec can read the specified file. (Inherited from FormatReader.) |
|
OnClose |
Frees resources when the reader closes. (Inherited from FormatReader.) |
|
OnOpen |
Called when the reader is opened. (Inherited from FormatReader.) |
|
Open | Overloaded. Opens format reader on specified media. |
|
Pause |
Pauses execution of the current operation. (Inherited from SyncHandler.) |
|
TimeToFrameIndex |
Returns the index of the frame which occurs on the specified time. |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from SyncHandler.) |
|
WaitForCompletion |
Suspends the calling thread until the operation currently run is completed. (Inherited from SyncHandler.) |
Name | Description | |
---|---|---|
AudioManager |
Gets the audio manager object which enables you to get audio tracks from the AVI movie. |
|
CodecPriority |
Returns the priority of the codec. (Overrides FormatReader.CodecPriority.) |
|
Completed |
Returns value indicating if the operation is currently running. (Inherited from SyncHandler.) |
|
CompressorHandler |
Gets the handler (ID) of the compressor this AVI file is generated with. |
|
DefaultExtension |
Returns default extension for this format. (Inherited from FormatReader.) |
|
Duration |
Gets the duration of the AVI movie. |
|
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 FormatReader.) |
|
FormatDescription |
Returns user-friendly format description. (Inherited from FormatReader.) |
|
FormatName |
Returns format name. (Inherited from FormatReader.) |
|
FrameCount |
Returns number of frames in the format reader. (Inherited from FormatReader.) |
|
FramesPerSecond |
Gets the frames per second ratio from the AVI movie. |
|
Height |
Gets the height of the AVI movie. |
|
IsFrameSeekable |
Check whether the reader supports random access to frames. (Inherited from FormatReader.) |
|
Locked |
Indicates if the object has been locked. (Inherited from SyncHandler.) |
|
MediaFormat |
Returns the ID of the media format this reader can read from. (Inherited from FormatReader.) |
|
MimeType |
Returns mime type of the format. (Inherited from FormatReader.) |
|
Opened |
Returns value that specifies whether the reader is opened. (Inherited from FormatReader.) |
|
Priority |
Gets/sets a priority for the auxilary thread. (Inherited from SyncHandler.) |
|
Quality |
Gets the quality this AVI file is created with. |
|
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.) |
|
Width |
Gets the width of the AVI movie. |
Name | Description | |
---|---|---|
Aborted |
Fires when operation has been aborted. (Inherited from SyncHandler.) |
|
Continued |
Fires when operation has been resumed with Continue() method. (Inherited from SyncHandler.) |
|
Paused |
Fires when operation has been paused with Pause() method. (Inherited from SyncHandler.) |
|
Progress |
Fires on the operation progress notifications. (Inherited from SyncHandler.) |
|
Started |
Fires after operation has been started. (Inherited from SyncHandler.) |
|
Starting |
Fires before operation is started. (Inherited from SyncHandler.) |
|
Stopped |
Fires after operation has been stopped. (Inherited from SyncHandler.) |
|
Stopping |
Fires before operation is stopped. (Inherited from SyncHandler.) |