JVCL Help:TJvID3Controller.WriteEncodingAs

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Enforces with which encoding all frames in a tag should be written.


Pascal

 propertyWriteEncodingAs: TJvID3ForceEncoding;


Description

Use WriteEncodingAs to enforce that all frames in a tag will be written with a specific encoding.
You can either specify:

  • that you don't want that all frames will be written with a specific encoding: the Encoding property of a frame determines with which encoding a frame will be written.
  • a specific encoding for all frames: then the tag controller will translate the values of allframes to a specific encoding before it's written to the file. Note that the tag controller will not change any of the values of a frame in the translation process.


See Also

TJvID3Controller.ReadEncodingAs, TJvID3Frame.Encoding


About

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