CupertinoVideoOptions constructor
CupertinoVideoOptions({
- CupertinoFileType? fileType,
- CupertinoCodecType? codec,
- int? fps,
Implementation
CupertinoVideoOptions({
this.fileType,
this.codec,
this.fps,
});