• Home
  • Raw
  • Download

Lines Matching refs:violation

412 …st FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subset, const char **violation)  in FLAC__format_cuesheet_is_legal()  argument
418 if(violation) *violation = "CD-DA cue sheet must have a lead-in length of at least 2 seconds"; in FLAC__format_cuesheet_is_legal()
422 …if(violation) *violation = "CD-DA cue sheet lead-in length must be evenly divisible by 588 samples… in FLAC__format_cuesheet_is_legal()
428 if(violation) *violation = "cue sheet must have at least one track (the lead-out)"; in FLAC__format_cuesheet_is_legal()
433 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)"; in FLAC__format_cuesheet_is_legal()
439 if(violation) *violation = "cue sheet may not have a track number 0"; in FLAC__format_cuesheet_is_legal()
445 if(violation) *violation = "CD-DA cue sheet track number must be 1-99 or 170"; in FLAC__format_cuesheet_is_legal()
451 if(violation) { in FLAC__format_cuesheet_is_legal()
453 *violation = "CD-DA cue sheet lead-out offset must be evenly divisible by 588 samples"; in FLAC__format_cuesheet_is_legal()
455 *violation = "CD-DA cue sheet track offset must be evenly divisible by 588 samples"; in FLAC__format_cuesheet_is_legal()
462 if(violation) *violation = "cue sheet track must have at least one index point"; in FLAC__format_cuesheet_is_legal()
467 if(violation) *violation = "cue sheet track's first index number must be 0 or 1"; in FLAC__format_cuesheet_is_legal()
474 …if(violation) *violation = "CD-DA cue sheet track index offset must be evenly divisible by 588 sam… in FLAC__format_cuesheet_is_legal()
480 if(violation) *violation = "cue sheet track index numbers must increase by 1"; in FLAC__format_cuesheet_is_legal()
491 … FLAC__format_picture_is_legal(const FLAC__StreamMetadata_Picture *picture, const char **violation) in FLAC__format_picture_is_legal() argument
498 …if(violation) *violation = "MIME type string must contain only printable ASCII characters (0x20-0x… in FLAC__format_picture_is_legal()
506 if(violation) *violation = "description string must be valid UTF-8"; in FLAC__format_picture_is_legal()