File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
### Params
11
11
12
- | Strategy | Description |
13
- | --- | --- |
14
- | ** resourceName** | Name of the video to play|
15
- | ** extention** | Video extension |
16
- | ** errorText** | Error message text|
17
- | ** videoGravity** | A structure that defines how a layer displays a player’s visual content within the layer’s bounds |
12
+ | Strategy | Description | Default |
13
+ | --- | --- | --- |
14
+ | ** resourceName** | Name of the video to play| - |
15
+ | ** extention** | Video extension | "mp4" |
16
+ | ** errorText** | Error message text| "Resource is not found" |
17
+ | ** videoGravity** | A structure that defines how a layer displays a player’s visual content within the layer’s bounds | .resizeAspect |
18
18
19
19
## SwiftUI example for the package
20
20
You can’t perform that action at this time.
0 commit comments