uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
TimelineContentBounds
Timeline
Content
Bounds
data
class
TimelineContentBounds
(
val
hasContent
:
Boolean
,
val
startSeconds
:
Double
,
val
endSeconds
:
Double
,
val
durationSeconds
:
Double
)
Members
Constructors
Timeline
Content
Bounds
Link copied to clipboard
constructor
(
hasContent
:
Boolean
,
startSeconds
:
Double
,
endSeconds
:
Double
,
durationSeconds
:
Double
)
Properties
duration
Seconds
Link copied to clipboard
val
durationSeconds
:
Double
end
Seconds
Link copied to clipboard
val
endSeconds
:
Double
has
Content
Link copied to clipboard
val
hasContent
:
Boolean
start
Seconds
Link copied to clipboard
val
startSeconds
:
Double