BASS.NET API for the Un4seen BASS Audio Library

UtilsBASSChannelTypeToString Method

BASS.NET API for the Un4seen BASS Audio Library
Converts a BASSChannelType to a character representation describing the channel type or file type. Returns e.g. 'WMA', 'FLAC', 'MP3' etc.

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

public static string BASSChannelTypeToString(
	BASSChannelType ctype
)

Parameters

ctype
Type: Un4seen.BassBASSChannelType
The BASSChannelType for which to get the description.

Return Value

Type: String
The description of the channel type.
See Also

Reference