Show / Hide Table of Contents

Class ColorConfig

ColorConfig

Inheritance
System.Object
ColorConfig
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ColorConfig

Properties

ChromaLocation

The chroma location to be applied

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

ColorPrimaries

The color primaries to be applied. If used on a Dolby Vision stream, this value must be set to UNSPECIFIED.

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

ColorRange

The color range to be applied. If used on a Dolby Vision stream, this value must be set to JPEG.

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

ColorSpace

The color space to be applied. If used on a Dolby Vision stream, this value must be set to UNSPECIFIED.

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

ColorTransfer

The color transfer to be applied. If used on a Dolby Vision stream, this value must be set to UNSPECIFIED.

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

CopyChromaLocationFlag

Copy the chroma location setting from the input source

Declaration
public bool? CopyChromaLocationFlag { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

CopyColorPrimariesFlag

Copy the color primaries setting from the input source

Declaration
public bool? CopyColorPrimariesFlag { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

CopyColorRangeFlag

Copy the color range setting from the input source

Declaration
public bool? CopyColorRangeFlag { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

CopyColorSpaceFlag

Copy the color space setting from the input source

Declaration
public bool? CopyColorSpaceFlag { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

CopyColorTransferFlag

Copy the color transfer setting from the input source

Declaration
public bool? CopyColorTransferFlag { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

InputColorRange

Override the color range detected in the input file. If not set the input color range will be automatically detected if possible.

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

InputColorSpace

Override the color space detected in the input file. If not set the input color space will be automatically detected if possible.

Declaration
public InputColorSpace? InputColorSpace { get; set; }
Property Value
Type Description
System.Nullable<InputColorSpace>
Back to top Generated by DocFX