BASS.NET API for the Un4seen BASS Audio Library

EncoderWMAWMA_Notify Property

BASS.NET API for the Un4seen BASS Audio Library
Gets ot Sets a ENCODENOTIFYPROC on the WMA encoder.

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

public ENCODENOTIFYPROC WMA_Notify { get; set; }

Property Value

Type: ENCODENOTIFYPROC
Remarks

A WMA encoder can only have one notification callback set. Subsequent calls to this property can be used to change the callback, or disable notifications ().

The WMA encoder's status can be one of the following (see BASSEncodeNotify):

BASS_ENCODE_NOTIFY_ENCODERThe encoder died.
BASS_ENCODE_NOTIFY_CASTCast server connection died (or any other mystery problem).

See Also

Reference