RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MPlayer.TMPDevCaps Enumeration

TMPDevCaps defines the capabilities of a TMediaPlayer component and TMPDevCapsSet represents a set of those capabilities.

Pascal
TMPDevCaps = (
  mpCanStep,
  mpCanEject,
  mpCanPlay,
  mpCanRecord,
  mpUsesWindow
);
C++
enum TMPDevCaps {
  mpCanStep,
  mpCanEject,
  mpCanPlay,
  mpCanRecord,
  mpUsesWindow
};

MPlayer

TMPDevCaps represents the capabilities of a media player control. TMPDevCapsSet is a set of TMPDevCaps values.  

The following table lists the possible TMPDevCaps values:  

Value 
Capability 
mpCanEject  
Can eject media  
mpCanPlay  
Can play media  
mpCanRecord  
Can record media  
mpCanStep  
Can step forward or backward within media  
mpUsesWindow  
Uses a window for displaying output  

 

TMediaPlayer

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