anchorFrameDistance property

  1. @JsonKey(name: 'AnchorFrameDistance', fromJson: OnvifUtil.nullableMappedToInt)
int? anchorFrameDistance
final

Distance between anchor frames of type I-Frame and P-Frame. '1' indicates no B-Frames, '2' indicates that every 2nd frame is encoded as B-Frame, '3' indicates a structure like IBBPBBP..., etc.

Implementation

@JsonKey(name: 'AnchorFrameDistance', fromJson: OnvifUtil.nullableMappedToInt)
final int? anchorFrameDistance;