BASS.NET API for the Un4seen BASS Audio Library

EncoderWAVWAV_AddRiffInfo Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets, if a RIFF INFO LIST chunk should be written to the file (default is )?

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

public bool WAV_AddRiffInfo { get; set; }

Property Value

Type: Boolean
Remarks

The presense of a TAGs structure is required to write the RIFF INFO LIST chunk to the file.
See Also

Reference