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

    Show / Hide Table of Contents

    Class ProbeSideDataMateringDisplay

    Inheritance
    System.Object
    ProbeSideData
    ProbeSideDataMateringDisplay
    Inherited Members
    ProbeSideData.side_data_type
    ProbeSideData.DeserializeRaw(String, IJsonSerializer)
    Namespace: Emby.Media.Model.ProbeModel.SideData
    Assembly: Emby.Media.Model.dll
    Syntax
    public class ProbeSideDataMateringDisplay : ProbeSideData

    Fields

    SideDataTypeName

    Declaration
    public const string SideDataTypeName = "Mastering display metadata"
    Field Value
    Type Description
    System.String

    Properties

    blue_x

    Declaration
    public double? blue_x { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    blue_y

    Declaration
    public double? blue_y { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    green_x

    Declaration
    public double? green_x { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    green_y

    Declaration
    public double? green_y { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    max_luminance

    Declaration
    public double? max_luminance { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    min_luminance

    Declaration
    public double? min_luminance { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    red_x

    Declaration
    public double? red_x { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    red_y

    Declaration
    public double? red_y { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    white_point_x

    Declaration
    public double? white_point_x { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    white_point_y

    Declaration
    public double? white_point_y { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    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.