Represents a video_info object which is included by a video or animated GIF entity.
More...
|
| int[] | AspectRatio [get, set] |
| | Gets or sets the aspect ratio of the video, as a simplified fraction of width and height in a 2-element array. Typical values are [4, 3] or [16, 9] More...
|
| |
| int? | DurationMillis [get, set] |
| | Gets or sets the length of the video, in milliseconds. More...
|
| |
| VideoVariant[] | Variants [get, set] |
| | Gets or sets the different encodings/streams of the video. More...
|
| |
Represents a video_info object which is included by a video or animated GIF entity.
◆ AspectRatio
| int [] CoreTweet.VideoInfo.AspectRatio |
|
getset |
Gets or sets the aspect ratio of the video, as a simplified fraction of width and height in a 2-element array. Typical values are [4, 3] or [16, 9]
◆ DurationMillis
| int? CoreTweet.VideoInfo.DurationMillis |
|
getset |
Gets or sets the length of the video, in milliseconds.
◆ Variants
Gets or sets the different encodings/streams of the video.
The documentation for this class was generated from the following file: