CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.VideoInfo Class Reference

Represents a video_info object which is included by a video or animated GIF entity. More...

Inheritance diagram for CoreTweet.VideoInfo:
CoreTweet.Core.CoreBase

Properties

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...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Detailed Description

Represents a video_info object which is included by a video or animated GIF entity.

Property Documentation

◆ 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

VideoVariant [] CoreTweet.VideoInfo.Variants
getset

Gets or sets the different encodings/streams of the video.


The documentation for this class was generated from the following file: