The decoder mode of the component. this can be the LocalCodecs which will use the codecs that installed on the system, or FFMpeg which will use the FFMpeg libraries.If you decide to use the FFMpeg libraries, please make sure the FFMpeg folder with dll files is existed under the output directory of the project.
Namespace:
CSAudioCDPlayer
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax Public Enumeration DecodeMode
Dim instance As DecodeMode
CSAudioCDPlayer.DecodeMode = function();
CSAudioCDPlayer.DecodeMode.createEnum('CSAudioCDPlayer.DecodeMode', false);
Members
| Member name | Value | Description |
---|
| LocalCodecs | 1 | |
| FFMpeg | 2 | |
See Also