Unit 'BASS' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_nxpascal]

TAG_ID3

Declaration

Source position: Bass.pas line 594

type TAG_ID3 = record

  id: array [0..2] of AnsiChar;

  

  title: array [0..29] of AnsiChar;

  

  artist: array [0..29] of AnsiChar;

  

  album: array [0..29] of AnsiChar;

  

  year: array [0..3] of AnsiChar;

  

  comment: array [0..29] of AnsiChar;

  

  genre: Byte;

  

end;



CT Web help

CodeTyphon Studio