Skip to content

Commit ef8a910

Browse files
committed
Update README.md
1 parent bbfec7b commit ef8a910

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ The player's functionality is designed around a dual interaction model:
4040
| **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" |
4141
| **Gravity** | How the video content should be resized to fit the player's bounds. | .resizeAspect |
4242
| **TimePublishing** | Specifies the interval at which the player publishes the current playback time. |
43+
| **Loop** | Whether the video should automatically restart when it reaches the end. If not explicitly passed, the video will not loop. | - |
4344
| **EColor** | Error message text color. | .red |
4445
| **EFontSize** | Size of the error text. | 17.0 |
4546

@@ -49,6 +50,9 @@ The player's functionality is designed around a dual interaction model:
4950

5051
- **SourceName:** If a valid URL (http or https) is provided, the video will be streamed from the URL. If not a URL, the system will check if a video with the given name exists in the local bundle. The local name provided can either include an extension or be without one. The system first checks if the local name contains an extension. If the local name includes an extension, it extracts this extension and uses it as the default. If the local name does not contain an extension, the system assigns a default extension of .mp4 The default file extension can be set up via Ext param.
5152

53+
- **Loop:** Whether the video should automatically restart when it reaches the end. If not explicitly passed, the video will not loop.
54+
55+
5256
## Commands
5357

5458
### Playback Commands

0 commit comments

Comments
 (0)