BASS.NET API for the Un4seen BASS Audio Library

EncoderWMA Fields

BASS.NET API for the Un4seen BASS Audio Library

The EncoderWMA type exposes the following members.

Fields

  NameDescription
Public fieldWMA_Bitrate
Choose a total bitrate to encode at. Takes an argument in kbps (default is 128 kbps).
Public fieldWMA_ForceStandard
When set to , the WMA standard codec (WMA 9) will be forced to use (default is ).
Public fieldWMA_MultiBitrate
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 .
Public fieldWMA_NetworkClients
The maximum number of clients (up to 50) that can be connected (only used, if WMA_UseNetwork is set to and WMA_UsePublish is set to ) - default is 1.
Public fieldWMA_NetworkPort
The network port number for clients to conenct to (only used, if WMA_UseNetwork is set to and WMA_UsePublish is set to ) - default is 8080.
Public fieldWMA_PublishPassword
Password to use in connecting to the server.
Public fieldWMA_PublishUrl
URL of the publishing point on the Windows Media server.
Public fieldWMA_PublishUsername
Username to use in connecting to the server.
Public fieldWMA_Use24Bit
Use 24-bit encoding? (Default is ).
Public fieldWMA_UseNetwork
Enables WMA encoding to the network (default is ).
Public fieldWMA_UsePro
Use the WMA 10 Professional format? (Default is = WMA 9 format).
Public fieldWMA_UsePublish
Enables WMA encoding to a publishing point on a Windows Media server.
Public fieldWMA_UseVBR
Enable the VBR (variable bitrate) mode (default is ).
Public fieldWMA_VBRQuality
Set a VBR quality level from 1 (very low) to 100 (lossless).
Top
See Also

Reference