Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.ResampleCustomFrequency property

Previous pageReturn to chapter overviewNext page

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).

 

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 EncodeFormatsMan class section.