alphaStitchMode property

  1. @JsonKey(name: 'alphaStitchMode')
AlphaStitchMode? alphaStitchMode
final

When the video frame contains alpha channel data, it represents the relative position of alphaBuffer and the video frame. See AlphaStitchMode.

Implementation

@JsonKey(name: 'alphaStitchMode')
final AlphaStitchMode? alphaStitchMode;