BASS.NET API for the Un4seen BASS Audio LibraryACMFORMAT MembersBASS.NET API for the Un4seen BASS Audio Library

The ACMFORMAT type exposes the following members.
Constructors

  NameDescription
Public methodACMFORMAT 
Creates an instance of a generic audio codec format and automatically determines the suggested format buffer length.
Public methodACMFORMAT(Int32)
Creates an instance of a generic audio codec format with a given total length.
Public methodACMFORMAT(IntPtr)
Creates an instance of a generic audio codec format from the given format buffer pointer.
Back to Top
Methods

  NameDescription
Public methodStatic memberLoadFromFile
Loads ACMFORMAT codec format data from a file.
Public methodStatic memberSaveToFile
Saves ACMFORMAT codec format data to a file name.
Public methodToString
Returns a description string for the instance members.
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fieldextension
Extra format information is appended to the end of the WAVEFORMATEX structure in this array. This information can be used by non-PCM formats to store extra attributes for the wFormatTag. If no extra information is required by the wFormatTag, this member should be set to zero. For WAVE_FORMAT_PCM formats (and only WAVE_FORMAT_PCM formats), this member is ignored.
Public fieldwaveformatex
The WAVEFORMATEX structure that specifies the basic format.
Back to Top
Properties

  NameDescription
Public propertyFormatLength
Returns the total length of this instance.
Back to Top
See Also