User manual

® Waves System V 1.1 - 2011
I.D. AL - FLASH MPX HD - Full HD video Player - User Manual
List of commands:
00000000b (00h) : not used
00000001b (01h) : Jump to a folder (standard mode) or a segment (fast mode) and Play
- Standard mode : Jump to a folder
With this command you can select and play 128 differents folder (000 to 127). When a jump command is
received, the player select the folder and play the first file. The optionnal paramaters in the name of the
folder are used. (SEQ or RND, Jump, volume ....)
Byte 3 = folder name:
00000000b (00h) : Folder = 000 (Autoplay folder)
00000001b (01h) : Folder = 001
01111111b (7Fh) : Folder = 127
Example of a frame to jump and play folder 001 :
Byte 1: 10000001b (81h) : status byte, player ID 001
Byte 2 : 00000001b (01h) : Jump command
Byte 3 : 00000001b (01h) : Jump and play folder 001
- Fast mode : Jump to a segment
The segment is defined in the fastmode.txt file.
With this command you can select and play 10 differents segments. When a jump command is received,
the player select the segment set in the fastmode.txt file.
Byte 3 = segment name :
00000000b (00h) : Segment 000 (Autoplay segment)
00000001b (01h) : Segment 001
00000010b (02h) : Segment 002
Example of a frame to jump and play segment 009 :
Byte 1: 10000001b (81h) : status byte, player ID 001
Byte 2 : 00000001b (01h) : Jump command
Byte 3 : 00001001b (09h) : Jump and play segment 9
00000010b (02h) : Transport bar command
The function is defined by the byte of data as follows:
- Standard mode :
Value of data for byte 3:
00000001b (01h) : Play file from the beginning
00000010b (02h) : Stop
00000011b (03h) : Next file from current folder
00000100b (04h) : Previous file from current folder
00000101b (05h) : Pause / Play the current file at current position
- 16 -