Class ProbeFrame
Inheritance
System.Object
ProbeFrame
Assembly: Emby.Media.Model.dll
[Serializable]
public class ProbeFrame
Properties
Declaration
public long? best_effort_timestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public decimal? best_effort_timestamp_time { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
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 long? coded_picture_number { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
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 long? display_picture_number { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public int? format { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
The format.
|
Declaration
public int? height { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? interlaced_frame { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int key_frame { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string media_type { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long? nb_samples { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public int? num_subtitle_rects { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string pict_type { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string pix_fmt { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long? pkt_dts { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public decimal? pkt_dts_time { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public long? pkt_duration { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public decimal? pkt_duration_time { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public long? pkt_pos { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public long? pkt_pts { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public decimal? pkt_pts_time { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public int? pkt_size { get; set; }
Property Value
Type |
Description |
System.Nullable<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 int? repeat_pict { 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 int? stream_index { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public long? subtitle_duration { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public decimal? subtitle_duration_time { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public string subtitle_fmt { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long? subtitle_pts { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public decimal? subtitle_pts_time { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public int? top_field_first { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
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