CSAudioConverter Namespace |
Class | Description | |
---|---|---|
AudioConverter |
The AudioConverter main class.
| |
FFMpegFormat |
The FFMpeg format type.
| |
MessageArgs |
The variant of the error event.
| |
PercentArgs |
The variant of the progress event.
|
Delegate | Description | |
---|---|---|
AudioConverterConvertAbortedEventHandler |
Convert aborted handler.
| |
AudioConverterConvertDoneEventHandler |
Convert done handler.
| |
AudioConverterConvertErrorEventHandler |
Convert error.
| |
AudioConverterConvertProgressEventHandler |
Convert progress handler.
| |
AudioConverterConvertStartEventHandler |
Convert start handler.
|
Enumeration | Description | |
---|---|---|
ACM_FORMAT |
The ACM format mode. You can get the ACM codecs and fromat acording to the value of this enum.
| |
Bitrate |
The bitrate of the destination audio file.
| |
Bits |
The bit-depth of the destination audio file.
| |
Channels |
The number of channels of the destination audio file.
| |
DecodeMode |
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.
| |
Format |
The format of the destination file, this can be AAC, ACM (WAV), APE, MP2, MP3, OGG, WAV (PCM), and WMA.
| |
OperationState |
The operation state of the control. This can be Ready, Running and Paused.
| |
Samplerate |
The samplerate of the destination audio file.
|