MediaSourceInfo Object
The MediaSourceInfo is part of the ResultSummary.
Attributes
Name | Type | Description |
---|---|---|
fps | number | Frame rate of the video |
resolution | List of numbers | Resolution of the video (e.g. [960, 540] ) |
total_frames | number | Total number of frames of the video |
duration | number | Duration of the video in seconds |
Example
{
"fps": 25,
"resolution": [
960,
540
],
"total_frames": 3636,
"duration": 145.44
}