matrix property

Implementation

VideoMatrixCoefficients get matrix =>
    VideoMatrixCoefficients.fromValue(js_util.getProperty(this, 'matrix'));
void matrix=(VideoMatrixCoefficients newValue)

Implementation

set matrix(VideoMatrixCoefficients newValue) {
  js_util.setProperty(this, 'matrix', newValue.value);
}