BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderTAGs Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the TAG_INFO structure associated with the encoder.

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

public TAG_INFO TAGs { get; set; }

Property Value

Type: TAG_INFO

Implements

IBaseEncoderTAGs
Remarks

By default this member is - meaning no Tag info is used with the encoder.

If you set this property to a valid TAG_INFO instance before you call Start(ENCODEPROC, IntPtr, Boolean), this will be used (when supported by the encoder) to automatically write the respective tag info to the output. Meaning the EncoderCommandLine will be modified accordingly.

The TAGs will only be used, if you have specified an OutputFile.

See Also

Reference