BASS.NET API for the Un4seen BASS Audio Library

BassWmaBASS_WMA_EncodeClose Method

BASS.NET API for the Un4seen BASS Audio Library
Finishes encoding and closes the file or network port.

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

[DllImportAttribute("basswma")]
public static void BASS_WMA_EncodeClose(
	int handle
)

Parameters

handle
Type: SystemInt32
The encoder handle.
Remarks

ERROR CODEDescription
BASS_ERROR_HANDLEhandle is not valid.

>
See Also

Reference