TMPModes identifies the state of a TMediaPlayer component.
TMPModes = ( mpNotReady, mpStopped, mpPlaying, mpRecording, mpSeeking, mpPaused, mpOpen );
enum TMPModes { mpNotReady, mpStopped, mpPlaying, mpRecording, mpSeeking, mpPaused, mpOpen };
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 |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|