framesPerSecond property

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

The number of video frames per second. When this parameter is not 0, you can use it to calculate the Unix timestamp of externally encoded video frames.

Implementation

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