Copyright © 2005-2019 MultiMedia Soft

MediaFileDecoder.Initialize method

Previous pageReturn to chapter overviewNext page

Remarks

 

Initializes the media file decoder. The call to this method is mandatory before calling any other method of the MediaFileDecoderMan class.

 

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

 

 

 

Syntax

 

[Visual Basic]

Public Sub Initialize (

)


 

[C#]

public Int32 Initialize (

);


 

[C++]

public: Int32 Initialize (

);


 

 

 

Return value

 

None