BASS.NET API for the Un4seen BASS Audio Library

EncoderACMSaveCodec Method

BASS.NET API for the Un4seen BASS Audio Library
Saves the current ACM_Codec to a file.

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

public bool SaveCodec(
	string acmFile
)

Parameters

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

Return Value

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

Reference