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

    Show / Hide Table of Contents

    Class ProbeSideData

    ffprobe chapter class.

    Inheritance
    System.Object
    ProbeSideData
    ProbeSideDataContentLightLevel
    ProbeSideDataDisplayMatrix
    ProbeSideDataDovi
    ProbeSideDataMateringDisplay
    ProbeSideDataUnknown
    Namespace: Emby.Media.Model.ProbeModel
    Assembly: Emby.Media.Model.dll
    Syntax
    [Serializable]
    public class ProbeSideData
    Remarks

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

    Properties

    side_data_type

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

    Methods

    DeserializeRaw(String, IJsonSerializer)

    Declaration
    public static ProbeSideData DeserializeRaw(string s, IJsonSerializer jsonSerializer)
    Parameters
    Type Name Description
    System.String s
    IJsonSerializer jsonSerializer
    Returns
    Type Description
    ProbeSideData

    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.