Unit 'tsd_tagreader' Package
[Overview][Types][Classes][Index] [#pl_titansound]

TTagInfo

Declaration

Source position: tsd_tagreader.pas line 61

type TTagInfo = record

  Title: string;

  

  Artist: string;

  

  Genre: string;

  

  TrackNo: string;

  

  Performer: string;

  

  RecordDate: string;

  

  Composer: string;

  

  Album: string;

  

  Comment: string;

  

  ArtistSort: string;

  

  AlbumSort: string;

  

  ComposerSort: string;

  

  AlbumArtistSort: string;

  

  NameSort: string;

  

  TrackTotal: string;

  

  AlbumArtist: string;

  

  DiscNo: string;

  

  DiscTotal: string;

  

  FileType: string;

  

  AlbumComposer: string;

  

  ArtistForFileName: string;

  

  TitleForFileName: string;

  

  AlbumForFileName: string;

  

  CoverImageType: string;

  

  RGInfo: TRGInfo;

  

  IsLossless: Boolean;

  

  Bitrate: Integer;

  

  TagType: string;

  

end;



CT Web help

CodeTyphon Studio