colibrio-reader-framework
4.0.0-experimental-1
colibrio-reader-framework
/
com.colibrio.readingsystem.audio.commands
/
SeekCommand
/
Enabled
Enabled
data
class
Enabled
(
val
audioCommandProperties
:
AudioCommandProperties
,
val
durationMs
:
Int
)
:
SeekCommand
Represents an enabled
SeekCommand
Constructors
Functions
Properties
Constructors
Enabled
Link copied to clipboard
fun
Enabled
(
audioCommandProperties
:
AudioCommandProperties
,
durationMs
:
Int
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
audio
Command
Properties
Link copied to clipboard
val
audioCommandProperties
:
AudioCommandProperties
The command's properties.
duration
Ms
Link copied to clipboard
val
durationMs
:
Int
The seek duration in milliseconds.