Copyright © 2001-2019 MultiMedia Soft

MediaFileDecoder.FileClose method

Previous pageReturn to chapter overviewNext page

Remarks

 

Closes a media file previously opened through the MediaFileDecoder.FileOpen or MediaFileDecoder.FileOpenRaw methods.

 

For details about management of media files decoding, refer to the How to decode media files tutorial.

 

 

Syntax

 

[Visual Basic]

control.MediaFileDecoder.FileClose (

) as enumErrorCodes


 

[C++]

short control.MediaFileDecoder.FileClose (

);


 

 

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.