BASS.NET API for the Un4seen BASS Audio Library

EncoderBassEnc_AacFDKAAC_UseADTS Property

BASS.NET API for the Un4seen BASS Audio Library
-f: Use ADTS container instead of MPEG-4 (currently always true).

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

public bool FDKAAC_UseADTS { get; }

Property Value

Type: Boolean
Remarks

Setting this flag to will mux the output file to m4a container.

Encoding to STDOUT (OutputFile is set to ) requires this flag to be set (e.g. when streaming to a server in AAC), in such case this flag is automatically applied.

See Also

Reference