BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderDefaultOutputExtension Property

BASS.NET API for the Un4seen BASS Audio Library
This property should return the default extension of an output file for this encoder (e.g. ".mp3" or ".ogg" etc.).

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

public abstract string DefaultOutputExtension { get; }

Property Value

Type: String

Implements

IBaseEncoderDefaultOutputExtension
See Also

Reference