QMedia
![]() |
![]() ![]() |
QM_GetPlaySelection(areaRef; playSelection):error | |||
![]() |
areaRef | Longint | Movie area reference |
![]() |
playSelection | Longint | Play selection status |
![]() |
error | Longint | Error result |
Returns information about whether movie playback in the area is constrained to the movie's selection or not.
The movie plug-in area is specified by areaRef.
Parameter playSelection receives information about how a movie will play in the area with regard to the movie's current selection. If playback is currently constrained to the movie's selection, playSelection is set to 1, otherwise playSelection is set to 0.
Example
`Find out if playback is constrained to the movie selection C_LONGINT($playSelectionOnly) $error:=QM_GetPlaySelection (xMovieArea;$playSelectionOnly) |
Related commands
QM_SetPlaySelection | Enables/disables constrained playback to the movie's selection. |
QM_SetSelection | Sets the movie's current selection. |
QM_GetSelection | Returns the movie's current selection. |