JVCL Help:TJvID3TimestampFrame

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
TJvID3CustomTextFrame
TJvID3TimestampFrame
run\JvID3v2Base.pas


Summary

Represents a timestamp text information frame in a tag.

run\JvID3v2Base.pas


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.

run\JvID3v2Base.pas


See Also

TJvID3NumberFrame, TJvID3TextFrame

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