BASS.NET API for the Un4seen BASS Audio Library

EncoderBassEnc_FlacDefaultOutputExtension Property

BASS.NET API for the Un4seen BASS Audio Library
This return the default extension of an output file for this encoder (".flac").

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

public override string DefaultOutputExtension { get; }

Property Value

Type: String

Implements

IBaseEncoderDefaultOutputExtension
Remarks

If you set the option FLAC_UseOgg to this will return ".ogg" instead.
See Also

Reference