Unit 'win_macdll' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_acs]

ID3_TAG

Declaration

Source position: win_macdll.pas line 201

type ID3_TAG = record

  TagHeader: array [1..3] of char;

  

  Title: array [1..30] of char;

  

  Artist: array [1..30] of char;

  

  Album: array [1..30] of char;

  

  Year: array [1..4] of char;

  

  Comment: array [1..30] of char;

  

  Track: Byte;

  

  Genre: Byte;

  

end;



CT Web help

CodeTyphon Studio