skipBackward
[ Function ]
public skipBackward(newValue: number): void;
Rewinds the video by a certain time. This function only has effect if the control is active and the current user has the operate right for that control.
Parameter
Name | Type | Description |
---|---|---|
newValue | Difference time in seconds |
Return value
Type | Description |
---|---|
void | No return value |
See also
Origin: TcHmiVideo
Available from 1.8 |