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

    Show / Hide Table of Contents

    Class ProbeChapter

    ffprobe chapter class.

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

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

    Properties

    end

    Declaration
    public long end { get; set; }
    Property Value
    Type Description
    System.Int64

    end_time

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

    id

    Declaration
    public long id { get; set; }
    Property Value
    Type Description
    System.Int64

    start

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

    time_base

    Declaration
    public string time_base { get; set; }
    Property Value
    Type Description
    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.