BASS.NET API for the Un4seen BASS Audio Library

IOSNOTIFYPROC Delegate

BASS.NET API for the Un4seen BASS Audio Library
iOS notification callback function.

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

public delegate void IOSNOTIFYPROC(
	BASSIOSNotify status
)

Parameters

status
Type: Un4seen.BassBASSIOSNotify
The notification status, one of the following (see BASSIOSNotify):

BASS_IOSNOTIFY_INTERRUPT : interruption started.

BASS_IOSNOTIFY_INTERRUPT_END : interruption ended.

Remarks

The callback function receives notification of audio session interruptions which can use that instead of AudioSessionInitialize.
See Also

Reference