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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,18 @@ Please note that using videos from URLs requires ensuring that you have the righ
48
48
|**EColor**| Error message text color. | .red |
49
49
|**EFontSize**| Size of the error text. | 17.0 |
50
50
51
+
52
+
53
+
In the core of this package, I use `AVQueuePlayer`. Here are the supported features that are automatically enabled by `AVQueuePlayer` without passing any extra parameters:
| Text subtitle/Image subtitle/Closed Captions | Subtitle and caption tracks included in the video file are automatically detected and rendered. |
61
+
| Automatically switch to multi-bitrate streams based on network | Adaptive bitrate streaming is handled automatically by `AVQueuePlayer` when streaming from a source that supports it. |
0 commit comments