home *** CD-ROM | disk | FTP | other *** search
INI File | 2003-09-26 | 854 b | 34 lines |
- ;
- ; Ctrl = 0) No pre-emphasis / copy prohibited (Default value if entry not present)
- ; 1) Pre-emphasis / copy prohibited
- ; 2) No pre-emphasis / copy permitted
- ; 3) Pre-emphasis / copy permitted
- ;
- ; Index## = Size in blocks (75 blocks = 1 sec.). If necessary, the first non present index will
- ; be used for padding until the end of the track
- ;
- ; UPC = Universal Product Code (Bar Code): not generated if entry not present
- ;
- ; ISRC = Internation Standard Recording Code: not generated if entry not present
- ;
-
- [PFCCueSheet]
- UPC = 0000000000000
- FirstTrackNumber = 1
-
- [Track00]
- PathName = C:\TEST\TEST.WAV
- Ctrl = 2
- ISRC = 000000000000
- Index00 = 182
-
- [Track01]
- PathName = C:\TEST\TEST.MP3
- Index00 = 150
- Index01 = 600
-
- [Track02]
- PathName = C:\TEST\TEST.WMA
- Ctrl = 1
- Index00 = 0
-