Next: , Previous: , Up: Disc (CCD Section)   [Contents][Index]


B.2.4 CDTextLength

Syntax

CDTextLength=value

Description

The size in bytes of the corresponding CD-Text file discarding one byte for the terminating null character; 0 if there is no CD-Text meta-data;

See CDTEXTFILE (CUE Command), for more information on the CD-Text file.

Value

Given by the formula:

(16 + 2) * [CDText].Entries
Where:
  • 16 → CD-Text entry length (in bytes);
    
  • 2 → CRC code length (in bytes);
    
  • [CDText].Entries → Value of Entries property of
    CDText section;
    
    
CUE sheet

See CDTEXTFILE (CUE Command).