BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderEncoderType Property

BASS.NET API for the Un4seen BASS Audio Library
This property should return a value indicating which type of content the broadcast encoder implements.

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

public abstract BASSChannelType EncoderType { get; }

Property Value

Type: BASSChannelType

Implements

IBaseEncoderEncoderType
Remarks

For example: If the implementation of the broadcast encoder implements an MP3 encoder, you should return BASS_CTYPE_STREAM_MP3. For a complete list see BASSChannelType.
See Also

Reference