BitmovinApiSdk\Models\ColorConfig

Synopsis

class ColorConfig extends ApiResource {
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

Methods

public

  • __construct()
  • chromaLocation() — The chroma location to be applied
  • colorPrimaries() — The color primaries to be applied. If used on a Dolby Vision stream, this value must be set to UNSPECIFIED.
  • colorRange() — The color range to be applied. If used on a Dolby Vision stream, this value must be set to JPEG.
  • colorSpace() — The color space to be applied. If used on a Dolby Vision stream, this value must be set to UNSPECIFIED.
  • colorTransfer() — The color transfer to be applied. If used on a Dolby Vision stream, this value must be set to UNSPECIFIED.
  • copyChromaLocationFlag() — Copy the chroma location setting from the input source
  • copyColorPrimariesFlag() — Copy the color primaries setting from the input source
  • copyColorRangeFlag() — Copy the color range setting from the input source
  • copyColorSpaceFlag() — Copy the color space setting from the input source
  • copyColorTransferFlag() — Copy the color transfer setting from the input source
  • inputColorPrimaries() — Override the color primaries detected in the input file. If not set the input color primaries will be automatically detected if possible.
  • inputColorRange() — Override the color range detected in the input file. If not set the input color range will be automatically detected if possible.
  • inputColorSpace() — Override the color space detected in the input file. If not set the input color space will be automatically detected if possible.
  • inputColorTransfer() — Override the color transfer detected in the input file. If not set the input color transfer will be automatically detected if possible.

Inherited from BitmovinApiSdk\Common\ApiResource

public