JVCL Help:TJvID3Controller.ReadEncodingAs

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enforces a specific encoding for all frames in a tag after it has been read.


Pascal

 propertyReadEncodingAs: TJvID3ForceEncoding;


Description

Use ReadEncodingAs to enforce a specific encoding for all frames in a tag after it has been read.
You can either specify:

  • that you don't want that all frames are translated to a specific encoding after a tag has been read; the Encoding property of frames might be different after the tag has been read.
  • a specific encoding for all frames: then the tag controller will translate the values of allframes to a specific encoding after it's read from the file.


See Also

TJvID3Controller.WriteEncodingAs, 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