MFORMATSLib Namespace : MFReaderClass Class |
The following tables list the members exposed by MFReaderClass.
Name | Description | |
---|---|---|
![]() | PropsGet | Gets object's property. |
![]() | PropsGetByIndex | Gets a property's name and value by property's index. |
![]() | PropsGetCount | Gets count of properties in a selected node |
![]() | PropsInfoGet | Gets information of required type about a selected property |
![]() | PropsOptionGet | Gets property option |
![]() | PropsOptionGetByIndex | Gets an option for a property |
![]() | PropsOptionGetCount | Gets a number of available option for a selected property |
![]() | PropsOptionSetByIndex | Sets a property's option by the option's index |
![]() | PropsRemove | Removes a selected property |
![]() | PropsSet | Sets a current property's value |
![]() | ReaderAbort | Aborts a reader process. For example to abort a process of getting a frame from file. |
![]() | ReaderClose | Closes a file source. |
![]() | ReaderDurationGet | Gets duration of a source file |
![]() | ReaderNameGet | Gets a name of source file |
![]() | ReaderOpen | Opens a source file. |
![]() | SendersGet | |
![]() | SendersGetByIndex | |
![]() | SendersGetCount | |
![]() | SourceAVPropsGet | Gets media properties (audio and video) of a source object |
![]() | SourceFrameConvertedGet | Gets a next frame (that is converted to required format) from file or live source |
![]() | SourceFrameConvertedGetByNumber | Gets a converted to required format frame by its number. For live sources number is ignored. |
![]() | SourceFrameConvertedGetByTime | Gets a converted to required format frame by its time. For live sources time is ignored. |
![]() | SourceFrameConvertedGetByTimeVB6 | Get converted frame by time (VB6 only method) |
![]() | SourceFrameGet | Gets an original next frame of a file or live source |
![]() | SourceFrameGetByNumber | Gets an original frame by its number. For live sources number is ignored. |
![]() | SourceFrameGetByTime | Gets an original frame by its time. For live sources time is ignored. |