RAD Studio VCL Reference
ContentsIndex
TMediaPlayer Methods Public Methods
Public Methods
 
Name 
Description 
 
Back 
Steps backward a number of frames (determined by the value of the Frames property) in the currently loaded medium. 
 
Closes the open multimedia device. 
 
Releases the loaded medium from the open multimedia device. 
 
Next 
Moves to the beginning of the next track of the currently loaded medium. 
 
Open 
Opens a multimedia device. 
 
Toggles the open multimedia device on or off. 
 
Pauses the open multimedia device. 
 
Play 
Plays the media loaded in the open multimedia device. 
 
Sets the current position to the beginning of the previous track if the position was at the beginning of a track when Previous was called. 
 
Resumes playing or recording the currently paused multimedia device. 
 
Sets the current position to the beginning of the the medium, which is stored in the Start property. 
 
Save 
Saves the currently loaded medium to the file specified in the FileName property. 
 
Begins recording from the current Position or from the position specified in StartPos
 
Step 
Moves forward a number of frames (determined by the Frames property) in the currently loaded medium. 
 
Stop 
Halts playing or recording. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.