VideoPlayerOptions constructor

VideoPlayerOptions({
  1. bool mixWithOthers = false,
  2. int mediaFormat = 0,
})

set additional optional player settings

Implementation

VideoPlayerOptions({this.mixWithOthers = false, this.mediaFormat = 0});