Class ProbeFormat
Inheritance
System.Object
ProbeFormat
Assembly: Emby.Media.Model.dll
[Serializable]
public class ProbeFormat
Properties
Declaration
public int? bit_rate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public decimal? duration { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public string filename { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string format_long_name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string format_name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int nb_programs { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int nb_streams { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int? probe_score { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public long? size { get; set; }
Property Value
Type |
Description |
System.Nullable<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> |
|
Extension Methods