Class SegmentedStreamSegmentInfo
Inheritance
System.Object
SegmentedStreamSegmentInfo
Assembly: MediaBrowser.Controller.dll
public class SegmentedStreamSegmentInfo
Properties
Declaration
public long ByteLength { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public long ByteRangeStart { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public TimeSpan Duration { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsClosed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsPartialFile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SequenceNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public DateTimeOffset? WallClockStartTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Extension Methods