BASS.NET API for the Un4seen BASS Audio Library

EncoderACMLoadCodec Method

BASS.NET API for the Un4seen BASS Audio Library
Loads the ACM_Codec from a file.

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

public bool LoadCodec(
	string acmFile
)

Parameters

acmFile
Type: SystemString
The fully qualified file name and path from where to load the ACM_Codec.

Return Value

Type: Boolean
Returns on success - else will be returned (e.g. acmFile is not specified, can not be accessed or is invalid).
See Also

Reference