The resampling mode used during recording, exporting or CD ripping sessions.
Supported values are the following:
Mnemonic Value
|
Numeric value
|
Meaning
|
RESAMPLE_MODE_CUSTOM_FORMAT (default)
|
0
|
Custom resampling format which requires specifying the resampling frequency inside the EncodeFormats.ResampleCustomFrequency and the number of channels inside the EncodeFormats.ResampleCustomChannels
|
RESAMPLE_MODE_NATIVE_FORMAT
|
1
|
Native resampling format which requires specifying, inside the EncodeFormats.ResampleNativeFormat property, the index of one of the resampling formats supported by the sound card in use.
Native formats can be used only in presence of a sound card.
|
This property is ignored for recording sessions when the EncodeFormats.ForRecording property is set to ENCODING_FORMAT_WMA and the EncodeFormats.WMA.EncodeMode property is set to WMA_ENCODE_PROFILE.
For further details about encoding and resampling options refer to the EncodeFormats object section.
|