FirstVideoFrameDecodedEvent constructor

FirstVideoFrameDecodedEvent({
  1. required int uid,
  2. required int width,
  3. required int height,
  4. int? streamType,
})

Implementation

FirstVideoFrameDecodedEvent({
  required this.uid,
  required this.width,
  required this.height,
  this.streamType,
});