Class TMP3Info (unit MP3Info) |
Inherits from
TComponent
constructor Create(AOwner: TComponent);
- Published declarations
destructor Destroy;
procedure Save;
Saves ID3 Tag to currently oppened file
procedure Open;
Opens file with Filename property, reads ID3 Tag and sets properties
procedure SetAlbum(Album: String);
procedure SetArtist(Artist: String);
procedure SetComment(Comment: String);
procedure SetFilename(Filename: TFilename);
Procedure to run when Filename property is changed
procedure SetGenreID(ID: Byte);
procedure SetTitle(Title: String);
procedure SetYear(Year: String);
property Album : String
property Artist : String
property Comment : String
property Error : String
property Filename : TFilename
property Genre : String
property GenreID : Byte
property Title : String
property Valid : Boolean
property Year : String
event onChange : TNotifyEvent
event onChangeFile : TNotifyEvent
event onError : TNotifyEvent
vAlbum : String;
vArtist : String;
vChangeEvent : TNotifyEvent;
vChangeFileEvent : TNotifyEvent;
vComment : String;
vError : String;
vErrorEvent : TNotifyEvent;
vFilename : TFilename;
Private declarations
vGenre : String;
vGenreID : Byte;
vMP3Tag : String;
vTitle : String;
vValid : Boolean;
vYear : String;
constructor Create(AOwner: TComponent);
Published declarations
destructor Destroy;
procedure Save;
Saves ID3 Tag to currently oppened file
procedure Open;
Opens file with Filename property, reads ID3 Tag and sets properties
procedure SetAlbum(Album: String);
procedure SetArtist(Artist: String);
procedure SetComment(Comment: String);
procedure SetFilename(Filename: TFilename);
Procedure to run when Filename property is changed
procedure SetGenreID(ID: Byte);
procedure SetTitle(Title: String);
procedure SetYear(Year: String);
property Album : String
property Artist : String
property Comment : String
property Error : String
property Filename : TFilename
property Genre : String
property GenreID : Byte
property Title : String
property Valid : Boolean
property Year : String
event onChange : TNotifyEvent
event onChangeFile : TNotifyEvent
event onError : TNotifyEvent
vAlbum : String;
vArtist : String;
vChangeEvent : TNotifyEvent;
vChangeFileEvent : TNotifyEvent;
vComment : String;
vError : String;
vErrorEvent : TNotifyEvent;
vFilename : TFilename;
Private declarations
vGenre : String;
vGenreID : Byte;
vMP3Tag : String;
vTitle : String;
vValid : Boolean;
vYear : String;