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

    Show / Hide Table of Contents

    Class ProbeResult

    ffprobe result class.

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

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

    Properties

    chapters

    Declaration
    public virtual ProbeChapter[] chapters { get; set; }
    Property Value
    Type Description
    ProbeChapter[]

    error

    Declaration
    public virtual ProbeError error { get; set; }
    Property Value
    Type Description
    ProbeError

    format

    Declaration
    public virtual ProbeFormat format { get; set; }
    Property Value
    Type Description
    ProbeFormat

    frames

    Declaration
    public virtual ProbeFrame[] frames { get; set; }
    Property Value
    Type Description
    ProbeFrame[]

    Name

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

    packets

    Declaration
    public virtual ProbePacket[] packets { get; set; }
    Property Value
    Type Description
    ProbePacket[]

    Segment

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

    streams

    Declaration
    public virtual ProbeStream[] streams { get; set; }
    Property Value
    Type Description
    ProbeStream[]

    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.