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
};

MPlayer

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  

 

TMediaPlayer

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!