BASS.NET API for the Un4seen BASS Audio Library

EncoderFLACFLAC_UseOgg Field

BASS.NET API for the Un4seen BASS Audio Library
--ogg: When encoding, generate Ogg FLAC output instead of native FLAC (default is ).

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

public bool FLAC_UseOgg

Field Value

Type: Boolean
Remarks

Ogg FLAC streams are FLAC streams wrapped in an Ogg transport layer. The resulting file should have an '.ogg' extension and will still be decodable by flac.

When setting this property to , the DefaultOutputExtension will be changed to ".ogg".

See Also

Reference