BASS.NET API for the Un4seen BASS Audio Library

EncoderWMAIsActive Property

BASS.NET API for the Un4seen BASS Audio Library
Gets a value indicating if the encoder has been started (see Start(ENCODEPROC, IntPtr, Boolean)) and is active - else will be returned.

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

public override bool IsActive { get; }

Property Value

Type: Boolean

Implements

IBaseEncoderIsActive
Remarks

This implementation first gets the EncoderHandle. If the encoder handle is valid (non-zero) will be returned. In all other cases is returned.
See Also

Reference