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
ReadOnly Property IsPaused As Boolean
Get
Property Value
Type:
Boolean
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.)
Reference