NathanaelA / nativescript-exoplayer

Please use: https://github.com/nstudio/nativescript-plugins/
27 stars 36 forks source link

get the instance of exoplayer in nativescript #26

Closed Mubashir-Mohamed closed 5 years ago

Mubashir-Mohamed commented 6 years ago

I import {registerElement} from "nativescript-angular/element-registry"; registerElement("VideoPlayer", () => require("nativescript-videoplayer").Video);

In angular how can i get the instance of video player in angualr fro executing various operations like play play() - Start playing the video pause() - Pause the video

umair-ameen commented 6 years ago

@Mubashir-Mohamed Use viewchild