Copyright © 2005-2019 MultiMedia Soft

MediaFileDecoder property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property MediaFileDecoder As MediaFileDecoderMan


 

[C#]

public MediaFileDecoderMan MediaFileDecoder {get;}


 

[C++]

public: __property MediaFileDecoderMan* get_MediaFileDecoder ();


 

This property is Read-only

 

 

Remarks

The object used for managing decoding of media files in various formats.

This property encapsulates the functionality of the MediaFileDecoderMan class.

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