matrix property

  1. @JsonKey.new(name: 'matrix')
List<double>? matrix
final

该参数仅适用于 Texture 格式的视频数据。为一个输入的 4x4 变换矩阵,典型值为一个单位矩阵。

Implementation

@JsonKey(name: 'matrix')
final List<double>? matrix;