MediaFileDecoder.FileOpenCancel method |
|
Remarks
Aborts the opening and decoding of a media file started through the MediaFileDecoder.FileOpen method.
For details about management of media files decoding, refer to the How to decode media files tutorial.
Syntax
[Visual Basic] Public Function FileOpenCancel ( ) as Int32 |
[C#] public Int32 FileOpenCancel ( ); |
[C++] public: Int32 FileOpenCancel ( ); |
Return value
Value |
Meaning |
|
|
enumErrorCodes.NOERROR (0) |
The method call successful. |
Negative value |
An error occurred: see the LastError property for further error details or for a list of the possible error values. |