MediaFileDecoder.Initialize method |
|
Remarks
Initializes the media file decoder. The call to this method is mandatory before calling any other method of the MediaFileDecoder object.
For details about management of media files decoding, refer to the How to decode media files tutorial.
Syntax
[Visual Basic] control.MediaFileDecoder.Initialize ( ) |
[C++] void control.MediaFileDecoder.Initialize ( ); |
Return value
None