Vcl.MPlayer.TMPDevCaps
Delphi
TMPDevCaps = (mpCanStep, mpCanEject, mpCanPlay, mpCanRecord, mpUsesWindow);
C++
enum DECLSPEC_DENUM TMPDevCaps : unsigned char { mpCanStep, mpCanEject, mpCanPlay, mpCanRecord, mpUsesWindow };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.MPlayer.pas Vcl.MPlayer.hpp |
Vcl.MPlayer | Vcl.MPlayer |
Description
TMPDevCaps defines the capabilities of a TMediaPlayer component and TMPDevCapsSet represents a set of those capabilities.
TMPDevCaps represents the capabilities of a media player control. TMPDevCapsSet is a set of TMPDevCaps values.
The following table lists the possible TMPDevCaps values:
| Value | Capability |
|---|---|
|
mpCanEject |
Can eject media |
|
mpCanPlay |
Can play media |
|
mpCanRecord |
Can record media |
|
mpCanStep |
Can step forward or backward within media |
|
mpUsesWindow |
Uses a window for displaying output |