step method
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');
}
Step to the next frame.
Only available for data sources that contain video.
Throws
void step() {
objectMethod(_pointerId, 'PlaybackContainer', 'step');
}