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

    Show / Hide Table of Contents

    Class ProbePacket

    ffprobe packet class.

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

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

    Properties

    codec_type

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

    data

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

    data_hash

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

    dts

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

    dts_time

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

    duration

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

    duration_time

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

    flags

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

    pos

    Declaration
    public int pos { get; set; }
    Property Value
    Type Description
    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>

    side_data_list

    Declaration
    public JsonString side_data_list { get; set; }
    Property Value
    Type Description
    JsonString

    size

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

    stream_index

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

    tags

    Declaration
    public Dictionary<string, string> tags { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    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.