Vcl.MPlayer.TMPModes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMPModes = (mpNotReady, mpStopped, mpPlaying, mpRecording, mpSeeking,
mpPaused, mpOpen);

C++

enum DECLSPEC_DENUM TMPModes : unsigned char { mpNotReady, mpStopped, mpPlaying, mpRecording, mpSeeking, mpPaused, mpOpen };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer Vcl.MPlayer

Description

TMPModes identifies the state of a TMediaPlayer component.

TMPModes type identifies the state of a media player. The following table lists the possible values:



Value Mode

mpNotReady

Not ready

mpStopped

Stopped

mpPlaying

Playing

mpRecording

Recording

mpSeeking

Seeking

mpPaused

Paused

mpOpen

Open



See Also