JVCL Help:TJvID3URLFrame
JVCL Help: TJvID3URLFrame Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvID3Frame
TJvID3URLFrame
run\JvID3v2Base.pas
Summary
Represents a URL link frame in a tag.
Pascal
run\JvID3v2Base.pas
TJvID3URLFrame = class(TJvID3Frame);
Description
Use TJvID3URLFrame to represent a URL link frame in a tag.
With these frames dynamic data such as webpages with touring information, price information or plain ordinary news can be added to the tag. There may only be one URL link frame of its kind in a tag, except when stated otherwise in the frame description.
All URL link frame names begins with "W". Only URL link frame names begins with "W".
Use the URL property to specify the URL link of the frame, for example: { Sets the official artist web page frame }
TJvID3TextFrame.FindOrCreate(MyTagController, fiWWWArtist).Value := 'http://www.paulvandyk.de';
There may only be one text information frame of its kind in a tag.
The following frame identifiers are supported by TJvID3URLFrame.
Frame ID, name | Description |
fiWWWArtist - WOAR
|
The 'Official artist/performer web page' frame is a URL pointing at the artists official web page. There may be more than one "WOAR" frame in a tag if the audio contains more than one performer, but not with the same content. |
fiWWWAudioFile - WOAF
|
The 'Official audio file web page' frame is a URL pointing at a file specific web page. |
fiWWWAudioSource - WOAS
|
The 'Official audio source web page' frame is a URL pointing at the official web page for the source of the audio file, e.g. a movie. |
fiWWWCommercialInfo - WCOM
|
The 'Commercial information' frame is a URL pointing at a web page with information such as where the album can be bought. |
fiWWWCopyright - WCOP
|
The 'Copyright/Legal information' frame is a URL pointing at a web page where the terms of use and ownership of the file is described. |
fiWWWPayment - WPAY
|
The 'Payment' frame is a URL pointing at a web page that will handle the process of paying for this file. |
fiWWWPublisher - WPUB
|
The 'Publishers official web page' frame is a URL pointing at the official web page for the publisher. |
fiWWWRadioPage - WORS
|
The 'Official internet radio station homepage' contains a URL pointing at the homepage of the internet radio station. |
See Also
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