Class ProbeStream
Inheritance
System.Object
ProbeStream
Assembly: Emby.Media.Model.dll
[Serializable]
public class ProbeStream
Properties
Declaration
public int? attachment_size { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string avg_frame_rate { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? bit_rate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? bits_per_raw_sample { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? bits_per_sample { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string channel_layout { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? channels { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string chroma_location { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? closed_captions { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string codec_long_name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string codec_name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string codec_tag { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string codec_tag_string { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string codec_type { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? coded_height { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? coded_width { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string color_primaries { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string color_range { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string color_space { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string color_transfer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string display_aspect_ratio { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Dictionary<string, string> disposition { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
Declaration
public decimal? duration { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public long? duration_ts { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public string extradata { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string extradata_hash { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string field_order { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? has_b_frames { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? height { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? index { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string is_avc { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? level { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? max_bit_rate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string nal_length_size { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? nb_frames { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? nb_read_frames { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? nb_read_packets { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string pix_fmt { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string profile { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string r_frame_rate { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? refs { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string sample_aspect_ratio { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string sample_fmt { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string sample_rate { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ProbeSideDataList side_data_list { get; set; }
Property Value
Declaration
public long? start_pts { 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> |
|
Declaration
public string time_base { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string timecode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? width { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
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