step method

void step()

Step to the next frame.

Only available for data sources that contain video.

Throws

  • An exception if it fails

Implementation

void step() {
  objectMethod(_pointerId, 'PlaybackContainer', 'step');
}