virtual bool GotoLabeledFrame(const char* plabel, int offset = 0) = 0;
GotoLabeledFrame moves a playhead to a specified frame identified by a label.
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. |
A Boolean value of 1 if the labeled frame was found, otherwise 0.