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

    Show / Hide Table of Contents

    Class ProbeFormat

    ffprobe format class.

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

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

    Properties

    bit_rate

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

    duration

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

    filename

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

    format_long_name

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

    format_name

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

    nb_programs

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

    nb_streams

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

    probe_score

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

    size

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

    start_time

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

    tags

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

    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.