Class ProbeChapter
Inheritance
System.Object
ProbeChapter
Assembly: Emby.Media.Model.dll
[Serializable]
public class ProbeChapter
Properties
Declaration
public long end { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public decimal? end_time { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public long id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public long start { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public decimal? start_time { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public Dictionary<string, string> tags { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
Declaration
public string time_base { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods