BASS.NET API for the Un4seen BASS Audio Library

EncoderWMA Constructor

BASS.NET API for the Un4seen BASS Audio Library
Creates an instance of a Windows Media Audio encoder implementation.

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

public EncoderWMA(
	int channel
)

Parameters

channel
Type: SystemInt32
The channel handle... a HSTREAM, HMUSIC, or HRECORD.
Remarks

Implements WMA encoding. This encoder might be used for streaming, since it does support STDOUT, however make sure to select an WMA codec matching your StreamingServer implementation!

Please note, that there is also a special WMAcast implementation.

See Also

Reference