RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.Capabilities Property

Determines the capabilities of the open multimedia device.

Pascal
property Capabilities: TMPDevCapsSet;
C++
__property TMPDevCapsSet Capabilities;

The various capabilities specified in Capabilities are determined when the device is opened with the Open method.

Note: Currently, there is no way to check whether a device can step forward or backward. Capabilities includes mpCanStep only if the device type (specified in the DeviceType property) is Animation, AVI Video, Digital Video, Overlay, or VCR.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!