Skip to content

Commit f755c3c

Browse files
committed
Update README.md
1 parent 03cac2a commit f755c3c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ Please note that using videos from URLs requires ensuring that you have the righ
4848
| **EColor** | Error message text color. | .red |
4949
| **EFontSize** | Size of the error text. | 17.0 |
5050

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:
54+
55+
| Feature | Description |
56+
|------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
57+
| Hardware accelerator | `AVQueuePlayer` uses hardware acceleration by default where available. |
58+
| 4k/HDR/HDR10/HDR10+/Dolby Vision | These high-definition and high-dynamic-range formats are natively supported by `AVQueuePlayer`. |
59+
| Multichannel Audio/Dolby Atmos/Spatial Audio | `AVQueuePlayer` supports advanced audio formats natively. |
60+
| 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. |
62+
5163
## How to use the package
5264
### 1. Create LoopPlayerView
5365

0 commit comments

Comments
 (0)