videoFps property

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

The frame rate (fps) of the video.

Implementation

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