aspectRatioValue property

  1. @TagNumber(1)
FFDoubleValue get aspectRatioValue

@doc The width-to-height ratio (e.g. 1.78 for 16:9).

Implementation

@$pb.TagNumber(1)
FFDoubleValue get aspectRatioValue => $_getN(0);
  1. @TagNumber(1)
set aspectRatioValue (FFDoubleValue value)

Implementation

@$pb.TagNumber(1)
set aspectRatioValue(FFDoubleValue value) => $_setField(1, value);