library / dev.bmcreations.scrcast.recorder / RecordingState / Delay
Delay¶
data class Delay :RecordingState
Defines when the session is in a non idle, start is currently in a "start delay", with the count of remaining seconds until the start is transferred to either Recording if the session successfully starts, or to Idle with Idle.error being non-null.
Constructors¶
| Name | Summary |
|---|---|
| <init> | Defines when the session is in a non idle, start is currently in a "start delay", with the count of remaining seconds until the start is transferred to either Recording if the session successfully starts, or to Idle with Idle.error being non-null.Delay(remainingSeconds:Int) |
Properties¶
| Name | Summary |
|---|---|
| remainingSeconds | Number of remaining seconds until the session is attempted to be startedval remainingSeconds:Int |