RAD Studio VCL Reference
|
TMPDevCaps defines the capabilities of a TMediaPlayer component and TMPDevCapsSet represents a set of those capabilities.
TMPDevCaps = ( mpCanStep, mpCanEject, mpCanPlay, mpCanRecord, mpUsesWindow );
enum TMPDevCaps { mpCanStep, mpCanEject, mpCanPlay, mpCanRecord, mpUsesWindow };
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 |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|