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
Property Value
Type: TAG_INFOImplements
IBaseEncoderTAGsRemarks
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