BASS.NET API for the Un4seen BASS Audio Library

EncoderACMSupportsSTDOUT Property

BASS.NET API for the Un4seen BASS Audio Library
ACM 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 ACM codec must match the StreamingServer implementation!
See Also

Reference