AI-generated Key Takeaways
-
SeekableRange provides the seekable range in seconds.
-
The constructor
SeekableRange(start, end)
optionally takes start and end times in seconds. -
The
end
property indicates the end of the seekable range in seconds. -
The
start
property indicates the start of the seekable range in seconds.
cast.framework.messages. SeekableRange
Provides the seekable range in seconds.
Constructor
SeekableRange
new SeekableRange(start, end)
Parameter |
|
---|---|
start |
Optional number |
end |
Optional number |
Properties
end
(number or undefined)
The end of the seekable range in seconds.
start
(number or undefined)
The start of the seekable range in seconds.