BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderIsActive Property

BASS.NET API for the Un4seen BASS Audio Library
Gets a value indicating if the encoder has been started (see Start(ENCODEPROC, IntPtr, Boolean)) and is active - else will be returned.

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

public virtual bool IsActive { get; }

Property Value

Type: Boolean

Implements

IBaseEncoderIsActive
Remarks

This implementation first gets the EncoderHandle. If the encoder handle is valid (non-zero) the BASS_Encode_IsActive(Int32) method is used to check the state. If the state is not BASS_ACTIVE_STOPPED is returned. In all other cases is returned (not started, paused, stopped etc.)
See Also

Reference