position property

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

The observation position of the video frame in the video link. See VideoModulePosition.

Implementation

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