Vcl.MPlayer.TMediaPlayer.Mode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Mode: TMPModes read GetMode;

C++

__property TMPModes Mode = {read=GetMode, nodefault};

Properties

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

Description

Indicates the state of the currently open multimedia device.

Mode specifies the current state or mode of the currently open multimedia device.

The TMPModes type defines the modes for a multimedia device used with a TMediaPlayer.

See Also