step method
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');
}
Advances playback by a single frame.
Only meaningful for data sources that contain video content; for other types this is a no-op.
void step() {
objectMethod(pointerId, 'PlaybackContainer', 'step');
}