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
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,19 @@ Please note that using videos from URLs requires ensuring that you have the righ
37
37
38
38
## Settings
39
39
40
+
## Settings
41
+
40
42
| Name | Description | Default |
41
43
| --- | --- | --- |
42
-
|**SourceName**| The URL or local filename of the video.| - |
44
+
|**SourceName**| The URL or local filename of the video.| - |
43
45
|**Ext**| File extension for the video, used when loading from local resources. This is optional when a URL is provided and the URL ends with the video file extension. | "mp4" |
44
46
|**Gravity**| How the video content should be resized to fit the player's bounds. | .resizeAspect |
45
-
|**TimePublishing**| Specifies the interval at which the player publishes the current playback time. |
47
+
|**TimePublishing**| Specifies the interval at which the player publishes the current playback time. | - |
46
48
|**Loop**| Whether the video should automatically restart when it reaches the end. If not explicitly passed, the video will not loop. | - |
49
+
|**Mute**| Indicates if the video should play without sound. | false |
47
50
|**EColor**| Error message text color. | .red |
48
51
|**EFontSize**| Size of the error text. | 17.0 |
49
-
|**ErrorWidgetOff**| Do not show inner error showcase component. In case you'd like to implement your own error Alert widget'| - |
52
+
|**ErrorWidgetOff**| Do not show inner error showcase component. In case you'd like to implement your own error Alert widget.| - |
0 commit comments