Class IntroDebugInfo
Inheritance
System.Object
IntroDebugInfo
Assembly: MediaBrowser.Controller.dll
public class IntroDebugInfo
Properties
Declaration
public long End { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long Start { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Extension Methods