RtcSnapshotVideoOption constructor

RtcSnapshotVideoOption({
  1. ImageFileFormat? format = ImageFileFormat.JPEG,
  2. bool? mirror = false,
})

Constructs a RtcSnapshotVideoOption

Implementation

RtcSnapshotVideoOption(
    {this.format = ImageFileFormat.JPEG, this.mirror = false});