LayerInfo constructor

LayerInfo({
  1. required String encodingId,
  2. required num spatialLayerId,
  3. required num temporalLayerId,
  4. required num maxSpatialLayerId,
  5. required num maxTemporalLayerId,
})

Implementation

LayerInfo(
    {required this.encodingId,
    required this.spatialLayerId,
    required this.temporalLayerId,
    required this.maxSpatialLayerId,
    required this.maxTemporalLayerId});