FMX.Media.TMediaState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMediaState = (Unavailable, Playing, Stopped);

C++

enum class DECLSPEC_DENUM TMediaState : unsigned char { Unavailable, Playing, Stopped };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Media.pas
FMX.Media.hpp
FMX.Media FMX.Media

Description

Enumerates the possible states of a media file.

TMediaState defines the following values:

Value Meaning

Unavailable

The current media file is not available.

Playing

The current media file is playing.

Stopped

The current media file is not playing.

See Also