Copyright © 2005-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]

Public Function FileClose (

) as Int32


 

[C#]

public Int32 FileClose (

);


 

[C++]

public: Int32 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.