Class ProbeSideDataMateringDisplay
  
  
  
  
    Inheritance
    System.Object
    
    ProbeSideDataMateringDisplay
   
  
  
  Assembly: Emby.Media.Model.dll
  
  
    public class ProbeSideDataMateringDisplay : ProbeSideData
   
  Fields
  
  
  
  
  
  
  Declaration
  
    public const string SideDataTypeName = "Mastering display metadata"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public double? blue_x { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Double> |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public double? blue_y { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Double> |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public double? green_x { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Double> |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public double? green_y { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Double> |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public double? max_luminance { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Double> |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public double? min_luminance { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Double> |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public double? red_x { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Double> |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public double? red_y { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Double> |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public double? white_point_x { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Double> |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public double? white_point_y { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Double> |  | 
    
  
  Extension Methods