C++
virtual DegradationChannel degradationChannelAt( int position ) const = 0;
Description
Returns the degradation channel at the specified position 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 |
---|---|
position | Input integer for which degradation channel will be returned |
Links
Previous Declaration
virtual DegradationChannel degradationChannelAt(
int position
) = 0;