Vcl.MPlayer.TMPNotifyValues
Delphi
TMPNotifyValues = (nvSuccessful, nvSuperseded, nvAborted, nvFailure);
C++
enum DECLSPEC_DENUM TMPNotifyValues : unsigned char { nvSuccessful, nvSuperseded, nvAborted, nvFailure };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | public | Vcl.MPlayer.pas Vcl.MPlayer.hpp | Vcl.MPlayer | Vcl.MPlayer | 
Description
TMPNotifyValues identifies the types of notifications a media device can give a TMediaPlayer component.
The TMPNotifyValues type defines the notification values for a multimedia device used with a TMediaPlayer. The possible values for the TMPNotifyValues type are as follows.
| Value | Meaning | 
|---|---|
| nvSuccessful | Command completed successfully | 
| nvSuperseded | Command was superseded by another command | 
| nvAborted | Command was aborted by the user | 
| nvFailure | Command failed |