BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderEncoderHandle Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or sets the current HENCODE encoder handle.

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

public int EncoderHandle { get; set; }

Property Value

Type: Int32

Implements

IBaseEncoderEncoderHandle
Remarks

The encoder handle will be set to a valid HENCODE handle, when the Start(ENCODEPROC, IntPtr, Boolean) method was successfully called. The encoder hande will be set to 0 (zero) when Stop is called.

It is not advised to modify the encoder handle except in the actual implementation of the Start(ENCODEPROC, IntPtr, Boolean) method.

See Also

Reference