Vcl.MPlayer.TMediaPlayer.Capabilities

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Capabilities: TMPDevCapsSet read FCapabilities;

C++

__property TMPDevCapsSet Capabilities = {read=FCapabilities, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

Description

Determines the capabilities of the open multimedia device.

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.

See Also