You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`seek(to: Double)`| Command to seek to a specific time in the video. The parameter is the target position in seconds. Note: Errors such as seeking out of bounds are not currently handled and will be silently ignored. Potential errors include: <br> - `.seekTimeOutOfBounds`<br> - `.invalidDuration` <br> - `.playerOrCurrentItemNil`. Future versions may introduce error handling for these cases. |
34
+
|`seek(to: Double)`| Command to seek to a specific time in the video. The parameter is the target position in seconds. Note: Errors such as seeking out of bounds are not currently handled and will be silently ignored. Potential errors include: <br> - `.seekTimeOutOfBounds`<br> - `.invalidDuration` <br> - `.playerOrCurrentItemNil`. <br> Future versions may introduce error handling for these cases. |
35
35
|`begin`| Command to position the video at the beginning. ||
36
36
|`end`| Command to position the video at the end. |
37
37
|`mute`| Command to mute the video. By default, the player is muted. ||
0 commit comments