JVCL Help:TJvID3TimestampFrame
JVCL Help: TJvID3TimestampFrame Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvID3Frame
TJvID3CustomTextFrame
TJvID3TimestampFrame
run\JvID3v2Base.pas
Summary
Represents a timestamp text information frame in a tag.
Pascal
run\JvID3v2Base.pas
TJvID3TimestampFrame = class(TJvID3CustomTextFrame);
Description
The text information frames are the most important frames, containing information like artist, album and more. There may only be one text information frame of its kind in a tag.
Use the Value property to specify the timestamp value of the frame, for example: { Sets the encoding time frame to the current time }
TJvID3TextFrame.FindOrCreate(MyTagController, fiEncodingTime).Value := Now;
There may only be one text information frame of its kind in a tag. All the TJvID3TimestampFrame's are only valid in version 2.4.0 tags.
The following frame identifiers are supported by TJvID3TimestampFrame.
Frame ID, name | Description |
fiEncodingTime - TDEN
|
The 'Encoding time' frame contains a timestamp describing when the audio was encoded. |
fiOrigReleaseTime - TDOR
|
The 'Original release time' frame contains a timestamp describing when the original recording of the audio was released. |
fiRecordingTime - TDRC
|
The 'Recording time' frame contains a timestamp describing when the audio was recorded. |
fiReleaseTime - TDRL
|
The 'Release time' frame contains a timestamp describing when the audio was first released. |
fiTaggingTime - TDTG
|
The 'Tagging time' frame contains a timestamp describing then the audio was tagged. |
See Also
TJvID3NumberFrame, TJvID3TextFrame
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