RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MPlayer.TMPModes Enumeration

TMPModes identifies the state of a TMediaPlayer component.

Pascal
TMPModes = (
  mpNotReady,
  mpStopped,
  mpPlaying,
  mpRecording,
  mpSeeking,
  mpPaused,
  mpOpen
);
C++
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!