Flutter Engine
The Flutter Engine
|
#include <SkResources.h>
Public Member Functions | |
virtual void | seek (float t)=0 |
Public Member Functions inherited from SkRefCntBase | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
External track (e.g. audio playback) interface.
Used to wrap data payload and playback controllers.
Definition at line 133 of file SkResources.h.
|
pure virtual |
Playback control callback, emitted for each corresponding Animation::seek().
t | Frame time code, in seconds, relative to the layer's timeline origin (in-point). |
Negative |t| values are used to signal off state (stop playback outside layer span).