Class ProbePacket
Inheritance
System.Object
ProbePacket
Assembly: Emby.Media.Model.dll
[Serializable]
public class ProbePacket
Properties
Declaration
public string codec_type { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string data { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string data_hash { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long? dts { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public decimal? dts_time { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public long? duration { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public decimal? duration_time { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public string flags { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int pos { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public long? pts { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public decimal? pts_time { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public JsonString side_data_list { get; set; }
Property Value
Declaration
public int? size { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int stream_index { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Dictionary<string, string> tags { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
Methods
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
A string that represents the current object.
|
Overrides
System.Object.ToString()
Extension Methods