matrix property

Implementation

_i3.VideoMatrixCoefficients? get matrix => switch (_i4.getProperty(
      this,
      'matrix',
    )) {
      _i2.String name =>
        _i3.VideoMatrixCoefficientsOptions.values.byName(name),
      _ => null
    };