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

Represents a variant of the video. More...

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

Properties

int? Bitrate [get, set]
 Gets or sets the bitrate of this variant. More...
 
string ContentType [get, set]
 Gets or sets the MIME type of this variant. More...
 
string Url [get, set]
 Gets or sets the URL of the video or playlist. 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 variant of the video.

Property Documentation

◆ Bitrate

int? CoreTweet.VideoVariant.Bitrate
getset

Gets or sets the bitrate of this variant.

◆ ContentType

string CoreTweet.VideoVariant.ContentType
getset

Gets or sets the MIME type of this variant.

◆ Url

string CoreTweet.VideoVariant.Url
getset

Gets or sets the URL of the video or playlist.


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