|
RAD Studio VCL Reference
|
TMPDeviceTypes identifies a multimedia device.
TMPDeviceTypes = ( dtAutoSelect, dtAVIVideo, dtCDAudio, dtDAT, dtDigitalVideo, dtMMMovie, dtOther, dtOverlay, dtScanner, dtSequencer, dtVCR, dtVideodisc, dtWaveAudio );
enum TMPDeviceTypes { dtAutoSelect, dtAVIVideo, dtCDAudio, dtDAT, dtDigitalVideo, dtMMMovie, dtOther, dtOverlay, dtScanner, dtSequencer, dtVCR, dtVideodisc, dtWaveAudio };
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 |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|