BASS.NET API for the Un4seen BASS Audio Library

BassEncBASS_Encode_GetChannel Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves the channel that an encoder is set on.

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

[DllImportAttribute("bassenc")]
public static int BASS_Encode_GetChannel(
	int handle
)

Parameters

handle
Type: SystemInt32
The encoder to get the channel from.

Return Value

Type: Int32
If successful, the encoder's channel handle is returned, else 0 is returned. Use BASS_ErrorGetCode to get the error code.
Remarks

ERROR CODEDescription
BASS_ERROR_HANDLEhandle is not valid.

See Also

Reference