clearView abstract method
Clears the last frame of the playback control that remains on the control after playback ends.
Available since: 2.20.0
Description: Clears the last frame of the playback control that remains on the control after playback ends.
When to call: It can be called after the engine by createEngine
has been initialized and the media player has been created by createMediaPlayer
.
Restrictions: The interface call takes effect only when the media player ends playing.
Implementation
Future<void> clearView();