Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SegmentedStreamSegmentInfo

    Inheritance
    System.Object
    SegmentedStreamSegmentInfo
    Namespace: MediaBrowser.Controller.Library
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public class SegmentedStreamSegmentInfo

    Properties

    ByteLength

    Declaration
    public long ByteLength { get; set; }
    Property Value
    Type Description
    System.Int64

    ByteRangeStart

    Declaration
    public long ByteRangeStart { get; set; }
    Property Value
    Type Description
    System.Int64

    Duration

    Declaration
    public TimeSpan Duration { get; set; }
    Property Value
    Type Description
    System.TimeSpan

    FileName

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String

    IsClosed

    Declaration
    public bool IsClosed { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsPartialFile

    Declaration
    public bool IsPartialFile { get; set; }
    Property Value
    Type Description
    System.Boolean

    Path

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String

    SequenceNumber

    Declaration
    public int SequenceNumber { get; set; }
    Property Value
    Type Description
    System.Int32

    WallClockStartTime

    Declaration
    public DateTimeOffset? WallClockStartTime { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.