QMedia Movie area commands

QM_SetPlayAllFrames

QM_SetPlayAllFrames(areaRef; allFrames):error
areaRef Longint Movie area reference
allFrames Longint Play all frames status
error Longint Error result

Sets the play all frames property of the movie controller in a movie plug-in area.

When QuickTime plays a movie, it may skip frames in order to keep up with the movie's playback requirements. By setting the area's play all frames property to 1, QMedia instructs QuickTime to display all frames when playing a movie. In that case, the movie will play with no sound, probably at a rate lower than the one specified with the QM_Play command.

The movie plug-in area is specified by areaRef.

Parameter allFrames specifies the controller's play all frames property.

Example

  `Set the controller in area xMovieArea to the play all frames
 
$error:=QM_SetPlayAllFrames (xMovieArea;1)
 

Related commands

QM_GetPlayAllFrames Returns the play all frames property.

QMedia © Escape OE
Generated by QDoc 2.8 on Thu, Nov 24, 2011 18:40:02