step method

void step()

Advances playback by a single frame.

Only meaningful for data sources that contain video content; for other types this is a no-op.

Implementation

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