JVCL Help:TJvID3GeneralObjFrame

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvID3Frame
TJvID3BinaryFrame
TJvID3GeneralObjFrame
run\JvID3v2Base.pas


Summary

Represents a general encapsulated object frame.

run\JvID3v2Base.pas


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.

run\JvID3v2Base.pas


About

Navigation

run\JvID3v2Base.pas



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