Skip to content

Commit 06c6b5f

Browse files
committed
Update README.md
1 parent 2b37d93 commit 06c6b5f

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -453,27 +453,6 @@ ExtVideoPlayer{
453453
| HLS Streams | Yes | HLS streams are supported and can be used for live streaming purposes. |
454454

455455

456-
## New Functionality: Playback Commands
457-
458-
The package now supports playback commands, allowing you to control video playback actions such as play, pause, and seek to specific times.
459-
460-
```swift
461-
struct VideoView: View {
462-
@State private var playbackCommand: PlaybackCommand = .play
463-
464-
var body: some View {
465-
ExtVideoPlayer(
466-
{
467-
VideoSettings {
468-
SourceName("swipe")
469-
}
470-
},
471-
command: $playbackCommand
472-
)
473-
}
474-
}
475-
```
476-
477456
## Practical ideas for the package
478457
You can introduce video hints about some functionality into the app, for example how to add positions to favorites. Put loop video hint into background or open as popup.
479458

0 commit comments

Comments
 (0)