Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
PopcornPlugin
Interface PopcornPlugin
Index
Call signatures
Properties
manifest
Methods
_setup
_teardown
_update
end
frame
start
toString
Call signatures
(
options
:
any
)
:
any
Parameters
options:
any
Returns
any
Properties
optional
public
manifest
?:
PopcornManifest
Methods
optional
public
_setup
(
track
?:
TrackEvent
)
:
any
Parameters
track?:
TrackEvent
optional
Returns
any
optional
public
_teardown
(
track
?:
TrackEvent
)
:
any
Parameters
track?:
TrackEvent
optional
Returns
any
optional
public
_update
(
track
?:
TrackEvent
)
:
any
Parameters
track?:
TrackEvent
optional
Returns
any
optional
public
end
(
event
:
any
, track
?:
TrackEvent
)
:
any
Parameters
event:
any
track?:
TrackEvent
optional
Returns
any
optional
public
frame
(
event
:
any
, track
?:
TrackEvent
)
:
any
Parameters
event:
any
track?:
TrackEvent
optional
Returns
any
optional
public
start
(
event
:
any
, track
?:
TrackEvent
)
:
any
Parameters
event:
any
track?:
TrackEvent
optional
Returns
any
optional
public
toString
(
)
:
string
Returns
string
Globals