HMSTextureView constructor

HMSTextureView({
  1. Key? key,
  2. required HMSVideoTrack track,
  3. bool setMirror = false,
  4. ScaleType scaleType = ScaleType.SCALE_ASPECT_FIT,
  5. bool disableAutoSimulcastLayerSelect = false,
  6. HMSTextureViewController? controller,
})

Implementation

HMSTextureView(
    {Key? key,
    required this.track,
    this.setMirror = false,
    this.scaleType = ScaleType.SCALE_ASPECT_FIT,
    this.disableAutoSimulcastLayerSelect = false,
    this.controller})
    : super(key: key);