BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderIsPaused Property

BASS.NET API for the Un4seen BASS Audio Library
Gets a value indicating if the encoder has been paused (see Pause(Boolean)) - else must be returned.

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

public virtual bool IsPaused { get; }

Property Value

Type: Boolean

Implements

IBaseEncoderIsPaused
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. Only if the state is BASS_ACTIVE_PAUSED this property returns . In all other cases is returned (not started, active, playing etc.)
See Also

Reference