BASS.NET API for the Un4seen BASS Audio Library

BassAsioBASS_ASIO_Future Method (BASSASIOFuture, Object)

BASS.NET API for the Un4seen BASS Audio Library
Provides access to the driver's 'future' function.

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

[DllImportAttribute("bassasio")]
public static bool BASS_ASIO_Future(
	BASSASIOFuture selector,
	Object param
)

Parameters

selector
Type: Un4seen.BassAsioBASSASIOFuture
Operation code.
param
Type: SystemObject
Pointer to the operation's parameters, if applicable.

Return Value

Type: Boolean
If successful, then is returned, else is returned. Use BASS_ASIO_ErrorGetCode to get the error code.
Remarks

This method is a general purpose extension method serving various purposes (e.g. see BASSASIOFuture).

ERROR CODEDescription
BASS_ERROR_INITBASS_ASIO_Init(Int32, BASSASIOInit) has not been successfully called.
BASS_ERROR_NOTAVAILThe selector is not supported by the driver.
BASS_ERROR_UNKNOWNSome other mystery problem.

See Also

Reference