BASS.NET API for the Un4seen BASS Audio Library

BassAsioBASS_ASIO_ChannelGetRate Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves a channel's sample rate.

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

[DllImportAttribute("bassasio")]
public static double BASS_ASIO_ChannelGetRate(
	bool input,
	int channel
)

Parameters

input
Type: SystemBoolean
Dealing with an input channel? = an output channel.
channel
Type: SystemInt32
The input/output channel number... 0 = first.

Return Value

Type: Double
If succesful, the channel's sample rate is returned (0 = device rate), else -1 is returned. Use BASS_ASIO_ErrorGetCode to get the error code.
Remarks

ERROR CODEDescription
BASS_ERROR_INITBASS_ASIO_Init(Int32, BASSASIOInit) has not been successfully called.
BASS_ERROR_ILLPARAMThe input and channel combination is invalid.

See Also

Reference