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
|`settings`|`VideoSettings`| A struct containing configuration settings for the video player. |
22
22
|`command`|`Binding<PlaybackCommand>`| A binding to control playback actions (play, pause, or seek). |
23
-
|`init(fileName:ext:gravity:timePublishing:eColor:eFontSize:command:)`| Constructor | Initializes the player with specific video parameters and playback command binding. |
23
+
|`init(fileName:ext:gravity:timePublishing:` <br> `eColor:eFontSize:command:)`| Constructor | Initializes the player with specific video parameters and playback command binding. |
24
24
|`init(settings: () -> VideoSettings, command:)`| Constructor | Initializes the player with a declarative settings block and playback command binding. |
0 commit comments