Skip to content

Commit

Permalink
Use plusplayer-wrapper to replace plusplayer header files (#8)
Browse files Browse the repository at this point in the history
* Use plusplayer-wrapper to replace plusplayer header files

* Add license and rename ifndef

* Update plusplayer-wrapper for adding GetStreamingProperty Api

* Update README.md
  • Loading branch information
hyue7 authored Nov 9, 2023
1 parent 878a67d commit 0275f45
Show file tree
Hide file tree
Showing 179 changed files with 707 additions and 18,471 deletions.
6 changes: 5 additions & 1 deletion packages/video_player_avplay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ import 'package:video_player_avplay/video_player.dart';

Note that `video_player_avplay` is not compatible with the original `video_player` plugin. If you're writing a cross-platform app for Tizen and other platforms, it is recommended to create two separate source files and import `video_player` and `video_player_avplay` in the files respectively.

Note that `video_player_avplay` uses a compiled dynamic library, the api-version in tizen-manifest.xml is your TV version.
Note that `video_player_avplay` uses a compiled dynamic library, the api-version is your TV version, change it in tizen-manifest.xml:

```xml
<manifest package="xxx" version="1.0.0" api-version="6.0">
```

### Example

Expand Down
325 changes: 0 additions & 325 deletions packages/video_player_avplay/tizen/inc/boost/any.hpp

This file was deleted.

Loading

0 comments on commit 0275f45

Please sign in to comment.