- 4.47.2.11. -
Table of Contents
4. Standard Units
4.47. MMedia - Multimedia Devices support unit
4.47.2. TMMedia Object Methods
4.47.2.11. GetStatus
4.47.2.11. GetStatus
Targets: Win32 only
MMedia Unit
Returns the state of the currently open multimedia device.
Declaration:
function GetStatus: DWORD;
Remarks:
The following table lists the possible return values for the GetStatus
function:
Value | Mode |
MCI_MODE_NOT_READY | Not ready |
MCI_MODE_STOP | Stopped |
MCI_MODE_PLAY | Playing |
MCI_MODE_RECORD | Recording |
MCI_MODE_SEEK | Seeking |
MCI_MODE_PAUSE | Paused |
MCI_MODE_OPEN | Open |
- 4.47.2.11. -