Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.ResampleCustomChannels property

Previous pageReturn to chapter overviewNext page

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)

 

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.