Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
EncodeFormats.ResampleCustomChannels property 
 
Type
[Visual Basic] 
Public Property ResampleCustomChannels As Int16
 
[C#] 
public Int16 ResampleCustomChannels {get; set;}
 
[C++] 
public: __property Int16 get_ResampleCustomChannels(); 
public: __property void set_ResampleCustomChannels(Int16);
 
 
Remarks
Specific number of channels for resampling purposes: accepted values are 1 for Mono or 2 for Stereo (default) 
 
For further details about encoding and resampling options refer to the EncodeFormatsMan class section.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents