position property

  1. @JsonKey(name: 'position')
VideoModulePosition? position
final

The position of the snapshot video frame in the video pipeline. See VideoModulePosition.

Implementation

@JsonKey(name: 'position')
final VideoModulePosition? position;