Overload List
Name | Description | |
---|---|---|
BASS_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. | |
BASS_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. | |
BASS_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. |
See Also