BASS.NET API for the Un4seen BASS Audio Library

BASSEncodeNotify Enumeration

BASS.NET API for the Un4seen BASS Audio Library
To be used with BASS_Encode_SetNotify(Int32, ENCODENOTIFYPROC, IntPtr) to receive notifications on an encoder's status.

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

public enum BASSEncodeNotify
Members

  Member nameValueDescription
BASS_ENCODE_NOTIFY_ENCODER1 Encoder died.
BASS_ENCODE_NOTIFY_CAST2 Cast server connection died.
BASS_ENCODE_NOTIFY_CAST_TIMEOUT65536 Cast timeout.
BASS_ENCODE_NOTIFY_QUEUE_FULL65537 Async encoding queue is out of space.
BASS_ENCODE_NOTIFY_FREE65538 Encoder has been freed.
See Also

Reference