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
public virtual bool IsPaused { get; }
Public Overridable ReadOnly Property IsPaused As Boolean
Get
Property Value
Type:
BooleanImplements
IBaseEncoderIsPaused
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.)
Reference