BASS.NET API for the Un4seen BASS Audio Library

EncoderWMASupportsSTDOUT Property

BASS.NET API for the Un4seen BASS Audio Library
WMA does implement STDOUT, so is always returned.

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

public override bool SupportsSTDOUT { get; }

Property Value

Type: Boolean

Implements

IBaseEncoderSupportsSTDOUT
Remarks

This encoder might be used for streaming, since it does support STDOUT. However, the selected WMA codec must match the StreamingServer implementation!

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

See Also

Reference