JVCL Help:TJvID3Controller.WriteVersionAs
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3Controller.WriteVersionAs Property
[+] TJvID3Controller Methods
[+] TJvID3Controller Properties
Search in JVCL Help
Search in all projectsSummary
Enforces the tag to be written as a specific version.
Pascal
propertyWriteVersionAs: TJvID3ForceVersion;
Description
Use WriteVersionAs to enforce the tag to be written as a specific version.
You can either specify:
- that you don't care with what version the tag will be written: the tag will be written with the version as specified by Version, or * a specific version as which the tag will be written.
See Also
TJvID3Controller.ReadVersionAs, TJvID3Controller.Version
About
Notes
The tag controller will not translate frames that are not available or deprecated for the specified version. These frames will simply not be written to the tag. Change the value of property Version before writing the tag to the file, to automatically translate the frames.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page