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
/
ContentBounds
Content
Bounds
data
class
ContentBounds
(
val
hasContent
:
Boolean
,
val
firstSample
:
Long
,
val
lastSample
:
Long
,
val
firstSeconds
:
Double
,
val
lastSeconds
:
Double
)
Members
Constructors
Content
Bounds
Link copied to clipboard
constructor
(
hasContent
:
Boolean
,
firstSample
:
Long
,
lastSample
:
Long
,
firstSeconds
:
Double
,
lastSeconds
:
Double
)
Properties
first
Sample
Link copied to clipboard
val
firstSample
:
Long
first
Seconds
Link copied to clipboard
val
firstSeconds
:
Double
has
Content
Link copied to clipboard
val
hasContent
:
Boolean
last
Sample
Link copied to clipboard
val
lastSample
:
Long
last
Seconds
Link copied to clipboard
val
lastSeconds
:
Double