BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderSupportsSTDOUT Property

BASS.NET API for the Un4seen BASS Audio Library
This property should return , if the base encoder implementation (resp. the underlying command-line tool being used) support STDOUT for output of the encoded data - else must be returned.

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

public abstract bool SupportsSTDOUT { get; }

Property Value

Type: Boolean

Implements

IBaseEncoderSupportsSTDOUT
Remarks

In order to support broadcast streaming with an encoder command-line tool, the encoded data needs to be received back by a callback function, so the encoder needs to be told to output to STDOUT (instead of a file).
See Also

Reference