BASS.NET API for the Un4seen BASS Audio Library

EncoderACMACM_WriteWaveHeader Field

BASS.NET API for the Un4seen BASS Audio Library
If set, a WAVE header and the ACM codec content will be written to the OutputFile (default is ).

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

public bool ACM_WriteWaveHeader

Field Value

Type: Boolean
Remarks

This is generally required for the file to be playable, but in some cases (a Non-Wave ACM codec was selected, e.g. MP3) this is not wanted. So set this property to for all Non-Wave ACM codecs.

Note: This property will only be evaluated, if the ACM_EncoderType is set to BASS_CTYPE_STREAM_WAV and the OutputFile is not set to . If the ACM_EncoderType is not set to BASS_CTYPE_STREAM_WAV or the OutputFile is set to , a WAVE header will never be written.

See Also

Reference