MPLATFORMLib Namespace : IMFile Interface |
For a list of all members of this type, see IMFile members.
Name | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
FileFrameGet | Gets the video frame from the specific position of file. | |||||||||
FileFrameGetByTC | Gets the video frame from the specific position of the file by timecode. | |||||||||
FileInOutGet | Get Input and Output time points of file in seconds. If Out value less than In that means that Out value is not specified and file will be played to the end. | |||||||||
FileInOutGetTC | Gets the in and out points as timecode. If Out point is not specified it returns last frame timecode. | |||||||||
FileInOutSet | Sets the Input and Output time points of a file in seconds | |||||||||
FileInOutSetTC | Sets the In and Out points as timecode. If Out point is less then In point then it sets out point as timecode of the clip last frame. | |||||||||
FileNameGet | Gets the file name, the user properties and the file media information. | |||||||||
FileNameSet | Allows you to:
| |||||||||
FilePlayPause | Pauses the playback. | |||||||||
FilePlayStart | Starts the file playback. | |||||||||
FilePlayStop | Stops the file playback for _dblSeconds seconds. To stop file as usual use 0 secods as parameter. | |||||||||
FilePosGet | Gets the current play position of file in seconds. The position is calculatid from the beginning of file without breaks and in-points. | |||||||||
FilePosGetTC | Gets the position of file as timecode. The position is calculatid from the beginning of file without breaks and in-points. | |||||||||
FilePosSet | Sets a position of file in seconds. The position is calculatid from the beginning of file without breaks and in-points. | |||||||||
FilePosSetTC | Sets the position in file as timecode. The position is calculatid from the beginning of file without breaks and in-points. | |||||||||
FileRateGet | Gets the playing rate of current file.
| |||||||||
FileRateSet | Sets the playing rate of current file.
| |||||||||
FileStateGet | Gets the current file state. |