IngressVideoLayerResponse constructor
IngressVideoLayerResponse({})
Returns a new IngressVideoLayerResponse instance.
Implementation
IngressVideoLayerResponse({
required this.bitrate,
required this.codec,
required this.frameRateLimit,
required this.maxDimension,
required this.minDimension,
});