The decoder mode of the operation. 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:
CSAudioConverter
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax Public Enumeration DecodeMode
Dim instance As DecodeMode
CSAudioConverter.DecodeMode = function();
CSAudioConverter.DecodeMode.createEnum('CSAudioConverter.DecodeMode', false);
Members
| Member name | Value | Description |
---|
| LocalCodecs | 1 | |
| FFMpeg | 2 | |
See Also