JVCL Help:TJvID3GeneralObjFrame
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3GeneralObjFrame Class
[+] JvID3v2Base.pas Classes
[+] TJvID3GeneralObjFrame Methods
[+] TJvID3GeneralObjFrame Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvID3Frame
TJvID3BinaryFrame
TJvID3GeneralObjFrame
run\JvID3v2Base.pas
Summary
Represents a general encapsulated object frame.
Pascal
run\JvID3v2Base.pas
TJvID3GeneralObjFrame = class(TJvID3BinaryFrame);
Description
Use TJvID3GeneralObjFrame to represent a general encapsulated object frame in a tag. Such a frame has frame identifier fiGeneralObject ("GEOB").
In this frame any type of file can be encapsulated.
TJvID3GeneralObjFrame is a TJvID3BinaryFrame descendant; thus, the encapsulated object is accessible as binary data.
There may be more than one fiGeneralObject frame in each tag, but only one with the same content descriptor.
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