QMedia
![]() |
![]() ![]() |
QM_GetCurrentNode(movieRef; currentNodeID):error | |||
![]() |
movieRef | Longint | Movie reference |
![]() |
currentNodeID | Longint | Current node ID |
![]() |
error | Longint | Error result |
Returns the current node of a VR movie.
Parameter movieRef is the reference to the movie instance. The movie reference must have been previously obtained with a call to QM_NewMovieFromFile or QM_NewMovieFromURL. The movie must be currently assigned to a movie plug-in area.
Parameter currentNodeID receives the ID of the current node.
Example
`Get the current node of VR movie $movie C_LONGINT($nodeID) $err:=QM_GetCurrentNode($movie;$nodeID) |
Related commands
QM_SetCurrentNode | Sets the current node of a VR movie. |