Anilibria.NET API Anilibria.NET API
Anilibria.NET API Anilibria.NET API
Author: Ilya Kotomin

Search Results for

    Class TorrentQuality

    Information about video quality from TorrentFile

    Inheritance
    System.Object
    TorrentQuality
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Anilibria.NET.Models.TitleModel.TorrentsModel.TorrentFileModel
    Assembly: Anilibria.NET.dll
    Syntax
    public class TorrentQuality

    Properties

    EncoderString

    Encoder name as string

    Declaration
    [JsonProperty("encoder")]
    public string EncoderString { get; }
    Property Value
    Type Description
    System.String

    FullString

    Full format name as string

    Declaration
    [JsonProperty("string")]
    public string FullString { get; }
    Property Value
    Type Description
    System.String

    LqAudio

    Low-quality audio bool

    Declaration
    [JsonProperty("lq_audio")]
    public object LqAudio { get; }
    Property Value
    Type Description
    System.Object

    ResolutionString

    Video resolution as string

    Declaration
    [JsonProperty("resolution")]
    public string ResolutionString { get; }
    Property Value
    Type Description
    System.String

    VideoFormatString

    Video name fotmat as string

    Declaration
    [JsonProperty("type")]
    public string VideoFormatString { get; }
    Property Value
    Type Description
    System.String

    Methods

    ToString()

    Override on .ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Full format name as string

    Overrides
    System.Object.ToString()
    anilibria.tv