Red5StreamView constructor

const Red5StreamView({
  1. int height = 1080,
  2. int width = 1920,
  3. int bitrate = 3500,
  4. int fps = 30,
  5. R5StreamViewCallback? onR5StreamViewCreated,
  6. Key? key,
})

Implementation

const Red5StreamView(
    {this.height = 1080,
    this.width = 1920,
    this.bitrate = 3500,
    this.fps = 30,
    this.onR5StreamViewCreated,
    Key? key})
    : super(key: key);