Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
EncodeFormats.ResampleCustomFrequency property 
 
Type
[Visual Basic] 
Public Property ResampleCustomFrequency As Int32
 
[C#] 
public Int32 ResampleCustomFrequency {get; set;}
 
[C++] 
public: __property Int32 get_ResampleCustomFrequency(); 
public: __property void set_ResampleCustomFrequency(Int32);
 
 
Remarks
Specific frequency for resampling purposes (default 44100). 
 
For further details about encoding and resampling options refer to the EncodeFormatsMan class section.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents