Vcl.MPlayer.TMPDeviceTypes
Delphi
TMPDeviceTypes = (dtAutoSelect, dtAVIVideo, dtCDAudio, dtDAT, dtDigitalVideo, dtMMMovie,
dtOther, dtOverlay, dtScanner, dtSequencer, dtVCR, dtVideodisc, dtWaveAudio);
C++
enum DECLSPEC_DENUM TMPDeviceTypes : unsigned char { dtAutoSelect, dtAVIVideo, dtCDAudio, dtDAT, dtDigitalVideo, dtMMMovie, dtOther, dtOverlay, dtScanner, dtSequencer, dtVCR, dtVideodisc, dtWaveAudio };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.MPlayer.pas Vcl.MPlayer.hpp |
Vcl.MPlayer | Vcl.MPlayer |
Description
TMPDeviceTypes identifies a multimedia device.
TMPDeviceTypes type identifies the multimedia device types that can be opened by a TMediaPlayer component.
The following table lists the possible values:
| Value | Meaning |
|---|---|
|
dtAutoSelect |
the device type is determined by the file extension. |
|
dtAVIVideo |
AVI clip |
|
dtCDAudio |
Audio CD recording |
|
dtDAT |
DAT file |
|
dtDigitalVideo |
Digital video recording |
|
dtMMMovie |
MM recording |
|
dtOther |
media type not identified by other categories |
|
dtOverlay |
Overlay |
|
dtScanner |
scanner |
|
dtSequencer |
sequencer |
|
dtVCR |
VCR |
|
dtVideodisc |
Videodisc |
|
dtWaveAudio |
.wav file |