AyameVideoOption constructor

AyameVideoOption({
  1. required AyameDirection direction,
  2. AyameVideoCodecOption? codec,
  3. bool enabled = true,
})

Implementation

AyameVideoOption({
  required this.direction,
  this.codec,
  this.enabled = true,
});