WebPlayerVideoTrack constructor

WebPlayerVideoTrack(
  1. String src,
  2. String srcLang,
  3. String kind,
  4. String label,
  5. WebPlayerVideoTrackType type,
)

Implementation

WebPlayerVideoTrack(this.src, this.srcLang, this.kind, this.label, this.type);