FakeStreamConfigurationMap.OutputValues


class FakeStreamConfigurationMap.OutputValues


Values associated with an output configuration in FakeStreamConfigurationMap.

Summary

Public constructors

OutputValues(
    minDuration: Long,
    stallDuration: Long,
    highSpeedFpsRanges: List<Range<Int>>
)

Public functions

open String

Public constructors

OutputValues

Added in 1.7.0-alpha03
OutputValues(
    minDuration: Long = 0,
    stallDuration: Long = 0,
    highSpeedFpsRanges: List<Range<Int>> = emptyList()
)

Public functions

toString

open fun toString(): String

Public properties

highSpeedFpsRanges

Added in 1.7.0-alpha03
val highSpeedFpsRangesList<Range<Int>>

minDuration

Added in 1.7.0-alpha03
val minDurationLong

stallDuration

Added in 1.7.0-alpha03
val stallDurationLong