BASS.NET API for the Un4seen BASS Audio Library

ACMFORMAT Constructor (Int32)

BASS.NET API for the Un4seen BASS Audio Library
Creates an instance of a generic audio codec format with a given total length.

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

public ACMFORMAT(
	int length
)

Parameters

length
Type: SystemInt32
The total lenght of the format structure (e.g. as returned by BASS_Encode_GetACMFormat(Int32, IntPtr, Int32, String, BASSACMFormat) when using 0 for the formlen parameter).
Examples

See Also

Reference