Vcl.MPlayer.TMediaPlayer.NotifyValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NotifyValue: TMPNotifyValues read FNotifyValue;

C++

__property TMPNotifyValues NotifyValue = {read=FNotifyValue, nodefault};

Properties

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

Description

Indicates the result of the last media control method that requested a notification.

NotifyValue reports the result of the last media control method (Back, Close, Eject, Next, Open, Pause, PauseOnly, Play, Previous, StartRecording, Resume, Rewind, Step, or Stop) that requested a notification.

To request notification, set Notify to true before calling a media control method.

See Also