notifyMode(cntrl: MultiMedia input; nmode: Integer);
The notifyMode event of the MultiMedia class is called whenever there is a change in the status of the MultiMedia control.
The value passed in the nmode parameter indicates the new status of the device, as shown in the following table.
MultiMedia Class Constant | Mode | Description |
---|---|---|
Mode_Not_Ready | 1 | Not ready |
Mode_Open | 7 | Door open |
Mode_Paused | 6 | Paused |
Mode_Playing | 3 | Playing |
Mode_Recording | 4 | Recording |
Mode_Seeking | 5 | Seeking |
Mode_Stopped | 2 | Stopped |