BASS.NET API for the Un4seen BASS Audio Library

IBaseEncoderIsActive Property

BASS.NET API for the Un4seen BASS Audio Library
This property should return , if the encoder has been started (see Start(ENCODEPROC, IntPtr, Boolean)) and is active - else must be returned.

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

bool IsActive { get; }

Property Value

Type: Boolean
Remarks

An implementation should first get the EncoderHandle. If the encoder handle is valid (non-zero) the implementation might use the BASS_Encode_IsActive(Int32) method in order to check it's state. If the state is not BASS_ACTIVE_STOPPED this property should return . In all other cases this property should return (not started, paused, stopped etc.)
See Also

Reference