Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
EncodeFormats.ResampleMode property 
 
Type
[Visual Basic] 
Public Property ResampleMode As enumResampleModes
 
[C#] 
public enumResampleModes ResampleMode {get; set;}
 
[C++] 
public: __property enumResampleModes get_ResampleMode(); 
public: __property void set_ResampleMode(enumResampleModes);
 
 
Remarks
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.
 
For further details about encoding and resampling options refer to the EncodeFormatsMan class section.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents