skipForward
[ Function ]
public skipForward(newValue: number): void;
Fast-forwards the video by a certain amount of 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 |