BASS.NET API for the Un4seen BASS Audio Library

EncoderWMAPause Method

BASS.NET API for the Un4seen BASS Audio Library
Pauses or resumes an encoder

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

public override bool Pause(
	bool paused
)

Parameters

paused
Type: SystemBoolean
= pause the encoder, = resume the encoder.

Return Value

Type: Boolean
Will always return .

Implements

IBaseEncoderPause(Boolean)
Remarks

Since WMA does not natively support pausing/resuming of the encoder, this special implementation will suppress writing data to the encoder while the encoder is paused.
See Also

Reference