C++
virtual int degradationChainPosition( DegradationChannel ) const = 0;
Description
Returns the position of the degradation channel in the degradation chain.
The degradation chain is the list of degradation channels which are enabled and placed in a specific order. Upon degradation, the chain is traversed, degrading one channel at a time until the target frame rate is reached or the last channel has been degraded.
Parameters
Parameters | Description |
---|---|
channel | Input DegradationChannel for which degradation position will be returned |
Links
Previous Declaration
virtual int degradationChainPosition(
DegradationChannel channel
) = 0;