AVHDRPlusPercentile

Represents the percentile at a specific percentage in a distribution.

extern (C) @nogc nothrow
struct AVHDRPlusPercentile {}

Members

Variables

percentage
ubyte percentage;

The percentage value corresponding to a specific percentile linearized RGB value in the processing window in the scene. The value shall be in the range of 0 to100, inclusive.

percentile
AVRational percentile;

The linearized maxRGB value at a specific percentile in the processing window in the scene. The value shall be in the range of 0 to 1, inclusive and in multiples of 0.00001.

Meta