Description | Hierarchy | Fields | Methods | Properties |
type mpg123_text = packed record
r_lang: array[0..3 - 1] of aChar; |
r_id: array[0..4 - 1] of aChar; |
r_description: mpg123_string; |
r_text: mpg123_string; |
r_lang: array[0..3 - 1] of aChar; |
r_id: array[0..4 - 1] of aChar; |
*< Three-letter language code (not terminated). */ |
r_description: mpg123_string; |
*< The ID3v2 text field id, like TALB, TPE2, ... (4 characters, no string termination). */ |
r_text: mpg123_string; |
*< Empty for the generic comment... */ |
(c) 2012 Lake of Soft