BASS.NET API for the Un4seen BASS Audio Library

EncoderWMAWMA_MultiBitrate Field

BASS.NET API for the Un4seen BASS Audio Library
Here you can specify an array of encoding bitrates (in bits per second!) to use in case you selected WMA_UseNetwork or WMA_UsePublish - default is .

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public int[] WMA_MultiBitrate

Field Value

Type: Int32
Remarks

If set to the multi bitrate option for network encoding or encoding to a publishing point on a Windows Media server is not used, but only the WMA_Bitrate is evaluated.

If you assign an array of bitrates (in bits per second!) here (e.g. = new int[2] {64000, 128000}) these bitrates will be used instead on the WMA_Bitrate property!

This property will only be evaluated in case you set WMA_UseNetwork or WMA_UsePublish to .

If you are using this encoder in the WMAcast class, there will be no need to set this member, since it will automatically be done by the WMAcast class implementation!

See Also

Reference