BASS.NET API for the Un4seen BASS Audio Library

EncoderWMAEncoderType Property

BASS.NET API for the Un4seen BASS Audio Library
Gets a value indicating the type of content. Here BASS_CTYPE_STREAM_WAV is always returned.

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

public override BASSChannelType EncoderType { get; }

Property Value

Type: BASSChannelType

Implements

IBaseEncoderEncoderType
Remarks

Since it will actually be impossible to return the real ACM codec related channel type, we will instead always use Here BASS_CTYPE_STREAM_WAV.
See Also

Reference