CSAudioCDRipper Namespace |
Class | Description | |
---|---|---|
AudioCDRipper | ||
FFMpegFormat |
The FFMpeg format type.
| |
FreeDB | ||
MessageArgs |
The variant of the error event.
| |
PercentArgs |
The variant of the progress event.
|
Structure | Description | |
---|---|---|
AudioCDRipperTrackInfo |
The struct of the track information.
|
Delegate | Description | |
---|---|---|
AudioCDRipperRipAbortedEventHandler | ||
AudioCDRipperRipDoneEventHandler | ||
AudioCDRipperRipErrorEventHandler | ||
AudioCDRipperRipProgressEventHandler | ||
AudioCDRipperRipStartEventHandler |
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.
|