fps property

  1. @JsonKey(name: 'fps')
int? fps
final

The frame rate (fps) of the current video frame.

Implementation

@JsonKey(name: 'fps')
final int? fps;