Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/video_player/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ The following options are not currently supported.
- `VideoPlayerOptions.allowBackgroundPlayback`
- `VideoPlayerOptions.mixWithOthers`

The following methods are not currently supported.

- `VideoPlayerPlatform.setAllowBackgroundPlayback()`
- `VideoPlayerPlatform.getAudioTracks()`
- `VideoPlayerPlatform.selectAudioTrack()`
- `VideoPlayerPlatform.isAudioTrackSupportAvailable()`

This plugin has the following limitations.

- The `httpHeaders` option of `VideoPlayerController.networkUrl` only support `Cookie` and `User-Agent`.
Expand Down
Loading