BASS.NET API for the Un4seen BASS Audio Library

EncoderWMAIsPaused Property

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

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

public override bool IsPaused { get; }

Property Value

Type: Boolean

Implements

IBaseEncoderIsPaused
Remarks

While the encoder is paused no data will be written to the encoder, however the input channel is not paused.
See Also

Reference