Previous: 4.47.2.10. GetPos To the Table of Contents Next: 4.47.2.12. GetTimeFormat
4.47.2.10. GetPos Table of Contents 4.47.2.12. GetTimeFormat

- 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:
ValueMode
MCI_MODE_NOT_READYNot ready
MCI_MODE_STOPStopped
MCI_MODE_PLAYPlaying
MCI_MODE_RECORDRecording
MCI_MODE_SEEKSeeking
MCI_MODE_PAUSEPaused
MCI_MODE_OPENOpen



Previous: 4.47.2.10. GetPos To the Table of Contents Next: 4.47.2.12. GetTimeFormat
4.47.2.10. GetPos Table of Contents 4.47.2.12. GetTimeFormat

- 4.47.2.11. -