C# Class TwitchLib.Models.API.Video.ResolutionsData

Class representing resolution data.
Afficher le fichier Open project: swiftyspiffy/TwitchLib

Méthodes publiques

Méthode Description
ResolutionsData ( string medium, string mobile, string high, string low, string chunked ) : System

Resolutions data constructor

ToString ( ) : string

Returns string in format: mobile: {}, low: {} etc

Method Details

ResolutionsData() public méthode

Resolutions data constructor
public ResolutionsData ( string medium, string mobile, string high, string low, string chunked ) : System
medium string
mobile string
high string
low string
chunked string
Résultat System

ToString() public méthode

Returns string in format: mobile: {}, low: {} etc
public ToString ( ) : string
Résultat string