RAD Studio VCL Reference
|
TMPNotifyValues identifies the types of notifications a media device can give a TMediaPlayer component.
TMPNotifyValues = ( nvSuccessful, nvSuperseded, nvAborted, nvFailure );
enum TMPNotifyValues { nvSuccessful, nvSuperseded, nvAborted, nvFailure };
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 |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|