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

Search Results for

    Class Skips

    Contains information about the beginnings and ends of the opening and ending

    Inheritance
    System.Object
    Skips
    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.PlayerModel.EpisodeModel
    Assembly: Anilibria.NET.dll
    Syntax
    public class Skips

    Properties

    EndingTimecodes

    Ending start and end positions im miliseconds

    Declaration
    [JsonProperty("ending")]
    public List<int>? EndingTimecodes { get; }
    Property Value
    Type Description
    System.Nullable<List<System.Int32>>

    [0] - start of ending, [1] - end of ending

    OpeningTimecodes

    Opening start and end positions im miliseconds

    Declaration
    [JsonProperty("opening")]
    public List<int>? OpeningTimecodes { get; }
    Property Value
    Type Description
    System.Nullable<List<System.Int32>>

    [0] - start of opening, [1] - end of opening

    Methods

    ToString()

    Override on .Tostring()

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

    System.String in format "OpeningTimecodes | EndingTimecodes"

    Overrides
    System.Object.ToString()
    anilibria.tv