BASS.NET API for the Un4seen BASS Audio Library

IBaseEncoderIsPaused Property

BASS.NET API for the Un4seen BASS Audio Library
This property should return , only 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

bool IsPaused { 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. Only if the state is BASS_ACTIVE_PAUSED this property should return . In all other cases this property should return (not started, active, playing etc.)
See Also

Reference