VideoDescription constructor
VideoDescription({
- required String name,
- VideoCodecSettings? codecSettings,
- int? height,
- VideoDescriptionRespondToAfd? respondToAfd,
- VideoDescriptionScalingBehavior? scalingBehavior,
- int? sharpness,
- int? width,
Implementation
VideoDescription({
required this.name,
this.codecSettings,
this.height,
this.respondToAfd,
this.scalingBehavior,
this.sharpness,
this.width,
});