Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ProbeFrame

    ffprobe frame class.

    Inheritance
    System.Object
    ProbeFrame
    Namespace: Emby.Media.Model.ProbeModel
    Assembly: Emby.Media.Model.dll
    Syntax
    [Serializable]
    public class ProbeFrame
    Remarks

    Based on official spec from: https://raw.githubusercontent.com/FFmpeg/FFmpeg/master/doc/ffprobe.xsd

    Properties

    best_effort_timestamp

    Declaration
    public long? best_effort_timestamp { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    best_effort_timestamp_time

    Declaration
    public decimal? best_effort_timestamp_time { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    channel_layout

    Declaration
    public string channel_layout { get; set; }
    Property Value
    Type Description
    System.String

    channels

    Declaration
    public int? channels { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    coded_picture_number

    Declaration
    public long? coded_picture_number { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    color_primaries

    Declaration
    public string color_primaries { get; set; }
    Property Value
    Type Description
    System.String

    color_range

    Declaration
    public string color_range { get; set; }
    Property Value
    Type Description
    System.String

    color_space

    Declaration
    public string color_space { get; set; }
    Property Value
    Type Description
    System.String

    color_transfer

    Declaration
    public string color_transfer { get; set; }
    Property Value
    Type Description
    System.String

    display_picture_number

    Declaration
    public long? display_picture_number { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    format

    Gets or sets the format.

    Declaration
    public int? format { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The format.

    Remarks

    For subtitles: 0: AV_SUBTITLE_FMT_BITMAP 1: AV_SUBTITLE_FMT_TEXT 2: AV_SUBTITLE_FMT_ASS For Video: pix_ftm For Audio: sample_fmt

    height

    Declaration
    public int? height { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    interlaced_frame

    Declaration
    public int? interlaced_frame { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    key_frame

    Declaration
    public int key_frame { get; set; }
    Property Value
    Type Description
    System.Int32

    media_type

    Declaration
    public string media_type { get; set; }
    Property Value
    Type Description
    System.String

    nb_samples

    Declaration
    public long? nb_samples { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    num_subtitle_rects

    Declaration
    public int? num_subtitle_rects { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    pict_type

    Declaration
    public string pict_type { get; set; }
    Property Value
    Type Description
    System.String

    pix_fmt

    Declaration
    public string pix_fmt { get; set; }
    Property Value
    Type Description
    System.String

    pkt_dts

    Declaration
    public long? pkt_dts { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    pkt_dts_time

    Declaration
    public decimal? pkt_dts_time { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    pkt_duration

    Declaration
    public long? pkt_duration { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    pkt_duration_time

    Declaration
    public decimal? pkt_duration_time { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    pkt_pos

    Declaration
    public long? pkt_pos { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    pkt_pts

    Declaration
    public long? pkt_pts { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    pkt_pts_time

    Declaration
    public decimal? pkt_pts_time { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    pkt_size

    Declaration
    public int? pkt_size { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    pts

    Declaration
    public long? pts { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    pts_time

    Declaration
    public decimal? pts_time { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    repeat_pict

    Declaration
    public int? repeat_pict { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    sample_aspect_ratio

    Declaration
    public string sample_aspect_ratio { get; set; }
    Property Value
    Type Description
    System.String

    sample_fmt

    Declaration
    public string sample_fmt { get; set; }
    Property Value
    Type Description
    System.String

    stream_index

    Declaration
    public int? stream_index { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    subtitle_duration

    Declaration
    public long? subtitle_duration { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    subtitle_duration_time

    Declaration
    public decimal? subtitle_duration_time { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    subtitle_fmt

    Declaration
    public string subtitle_fmt { get; set; }
    Property Value
    Type Description
    System.String

    subtitle_pts

    Declaration
    public long? subtitle_pts { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    subtitle_pts_time

    Declaration
    public decimal? subtitle_pts_time { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    top_field_first

    Declaration
    public int? top_field_first { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    width

    Declaration
    public int? width { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Methods

    ToString()

    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

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.