BASS.NET API for the Un4seen BASS Audio Library

EncoderWAVBWF_AddCART Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets, if a BWF CART 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 BWF_AddCART { get; set; }

Property Value

Type: Boolean
Remarks

The presense of a TAGs structure is required to write the CART chunk to the file.

When writing a BWF BEXT chunk to the file, the native tags with the prefix BWF are being used.

See Also

Reference