File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -67,24 +67,26 @@ Mutes the native video player.
67
67
68
68
Sets the native video player to loop once playback has finished.
69
69
70
+ - ** loadingComplete - (function)** - * optional* ** ANDROID ONLY**
71
+
72
+ Attribute to specify an event callback to execute when the video has loaded.
73
+
70
74
71
75
## API
72
76
73
77
- ** play()** - start playing the video
74
78
- ** pause()** - pause the video
75
79
- ** seekToTime(time: number)** - seek the video to a time (milliseconds)
76
- - ** getDuration()** - returns the duration of the video (milliseconds)
77
80
- ** getCurrentTime()** - returns the current time in the video duration (milliseconds)
78
81
- ** destroy()** - destroy the video player and free resources
82
+ - ** mute(boolean)** - mute the current video
79
83
80
84
### Android only
81
85
86
+ - ** getDuration()** - returns the duration of the video (milliseconds)
82
87
- ** stop()** - stop the playback - this resets the player and remove the video src
83
- - ** loadingComplete - (function)** - * optional* - Attribute to specify an event callback to execute when the video has loaded.
84
88
85
- ### iOS only
86
89
87
- - ** mute(boolean)** - mute the current video
88
90
89
91
90
92
### Contributors
You can’t perform that action at this time.
0 commit comments