QMedia Movie area commands

QM_GetEditingEnabled

QM_GetEditingEnabled(areaRef; editingEnabled):error
areaRef Longint Movie area reference
editingEnabled Longint Enable/disable editing
error Longint Error result

Returns information about whether editing with the movie controller is currently enabled in a movie plug-in area.

QMedia provides simple direct-editing facilities through the movie controller:

The movie plug-in area is specified by areaRef.

Parameter editingEnabled receives information about whether movie editing in the specified area is enabled or not. If editing is currently enabled, editingEnabled is set to 1, otherwise editingEnabled is set to 0.

Example

  `Get the editing status of plug-in area xMovieArea
 
C_LONGINT($enabled)
 
$error:=QM_GetEditingEnabled (xMovieArea;$enabled)
 

Related commands

QM_SetEditingEnabled Enables/disables movie editing.

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