supervision-js
Preparing search index...
Detections
BufferedDetectionTimeline
Interface BufferedDetectionTimeline
Hot detection timeline controller.
interface
BufferedDetectionTimeline
{
destroy
()
:
void
;
getBufferedFrames
()
:
readonly
DetectionFrame
[]
;
getState
()
:
DetectionBufferState
;
prefetch
(
mediaTime
:
number
)
:
void
;
prepare
(
mediaTime
:
number
,
options
?:
DetectionBufferPrepareOptions
,
)
:
Promise
<
void
>
;
selectFrame
(
mediaTime
:
number
)
:
DetectionFrame
|
undefined
;
setTimelineContext
?
(
context
:
DetectionTimelineContext
)
:
void
;
}
Index
Methods
destroy
get
Buffered
Frames
get
State
prefetch
prepare
select
Frame
set
Timeline
Context?
Methods
destroy
destroy
()
:
void
Returns
void
get
Buffered
Frames
getBufferedFrames
()
:
readonly
DetectionFrame
[]
Returns
readonly
DetectionFrame
[]
get
State
getState
()
:
DetectionBufferState
Returns
DetectionBufferState
prefetch
prefetch
(
mediaTime
:
number
)
:
void
Parameters
mediaTime
:
number
Returns
void
prepare
prepare
(
mediaTime
:
number
,
options
?:
DetectionBufferPrepareOptions
,
)
:
Promise
<
void
>
Parameters
mediaTime
:
number
Optional
options
:
DetectionBufferPrepareOptions
Returns
Promise
<
void
>
select
Frame
selectFrame
(
mediaTime
:
number
)
:
DetectionFrame
|
undefined
Parameters
mediaTime
:
number
Returns
DetectionFrame
|
undefined
Optional
set
Timeline
Context
setTimelineContext
?
(
context
:
DetectionTimelineContext
)
:
void
Parameters
context
:
DetectionTimelineContext
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
destroy
get
Buffered
Frames
get
State
prefetch
prepare
select
Frame
set
Timeline
Context
supervision-js
Loading...
Hot detection timeline controller.