WebPlayerVideoTrack constructor
WebPlayerVideoTrack(
- String src,
- String srcLang,
- String kind,
- String label,
- WebPlayerVideoTrackType type,
Implementation
WebPlayerVideoTrack(this.src, this.srcLang, this.kind, this.label, this.type);