Movie::GotoLabeledFrame

Movie::GotoLabeledFrame
virtual bool GotoLabeledFrame(const char* plabel, int offset = 0) = 0;
Description

GotoLabeledFrame moves a playhead to a specified frame identified by a label.

Parameters
Parameters 
Description 
const char* plabel 
A label for a frame to which the playhead is moved. 
int offset = 0 
An extra frame offset added to the frame identified by the label. 
Return Value

A Boolean value of 1 if the labeled frame was found, otherwise 0.