frameType property

  1. @JsonKey(name: 'frameType')
VideoFrameType? frameType
final

The video frame type. See VideoFrameType.

Implementation

@JsonKey(name: 'frameType')
final VideoFrameType? frameType;