SeekToCallback
type SeekToCallback: (newPosition) => void;
Function to be triggered on seeking to another position.
Parameters
Parameter | Type | Description |
---|---|---|
newPosition | number | The new player position. |
type SeekToCallback: (newPosition) => void;
Function to be triggered on seeking to another position.
Parameter | Type | Description |
---|---|---|
newPosition | number | The new player position. |