Vcl.MPlayer.TMPDevCapsSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMPDevCapsSet = set of TMPDevCaps;

C++

typedef System::Set<TMPDevCaps, TMPDevCaps::mpCanStep, TMPDevCaps::mpUsesWindow> TMPDevCapsSet;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer Vcl.MPlayer

Description

Represents the TMediaPlayer component's set of capabilities.

TMPDevCapsSet represents a set of TMediaPlayer capabilities defined by TMPDevCaps.

The following table lists the possible capabilities included in TMPDevCapsSet.



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.



See Also