Click or drag to resize

DecodeMode Enumeration

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 enum DecodeMode
Members
  Member nameValueDescription
LocalCodecs1
FFMpeg2
See Also