BASS.NET API for the Un4seen BASS Audio Library

BassEncBASS_Encode_GetACMFormat Method

BASS.NET API for the Un4seen BASS Audio Library
Overload List

  NameDescription
Public methodStatic memberCode exampleBASS_Encode_GetACMFormat(Int32, String, BASSACMFormat, WAVEFormatTag)
Presents the user with a list of available ACM (Audio Compression Manager) codec output formats to choose from.

This overload returns the generic codec format ACMFORMAT and handles all the rest already for you.

Public methodStatic memberBASS_Encode_GetACMFormat(Int32, ACMFORMAT, String, BASSACMFormat)
Presents the user with a list of available ACM (Audio Compression Manager) codec output formats to choose from.

This overload returns the generic codec format ACMFORMAT in the codec and handles all the rest already for you.

Public methodStatic memberCode exampleBASS_Encode_GetACMFormat(Int32, IntPtr, Int32, String, BASSACMFormat)
Presents the user with a list of available ACM (Audio Compression Manager) codec output formats to choose from.

The overload implements the Unicode version for the title, so the BASS_UNICODE flag will be added automatically.

Top
See Also

Reference