CupertinoVideoOptions constructor

CupertinoVideoOptions({
  1. CupertinoFileType? fileType,
  2. CupertinoCodecType? codec,
  3. int? fps,
})

Implementation

CupertinoVideoOptions({
  this.fileType,
  this.codec,
  this.fps,
});