Scrawl-canvas API
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Preparing search index...
VideoAssetInstance
Interface VideoAssetInstance
interface
VideoAssetInstance
{
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
;
get
:
(
item
:
string
)
=>
any
;
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
,
)
=>
any
;
isAudioOnly
:
boolean
;
kill
:
(
item
?:
any
)
=>
void
;
mediaStream
:
MediaStream
;
mediaStreamTrack
:
MediaStreamTrack
;
name
?:
string
;
onMediaStreamEnd
:
()
=>
void
;
source
:
HTMLVideoElement
;
sourceLoaded
:
boolean
;
sourceNaturalHeight
:
number
;
sourceNaturalWidth
:
number
;
}
Hierarchy (
View Summary
)
VideoAssetFactoryInputs
VideoAssetFactoryFunctions
VideoAssetInstance
Index
Properties
action
Packet
get
import
Packet
is
Audio
Only
kill
media
Stream
media
Stream
Track
name?
on
Media
Stream
End
source
source
Loaded
source
Natural
Height
source
Natural
Width
Properties
action
Packet
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
get
get
:
(
item
:
string
)
=>
any
import
Packet
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
)
=>
any
is
Audio
Only
isAudioOnly
:
boolean
kill
kill
:
(
item
?:
any
)
=>
void
media
Stream
mediaStream
:
MediaStream
media
Stream
Track
mediaStreamTrack
:
MediaStreamTrack
Optional
name
name
?:
string
on
Media
Stream
End
onMediaStreamEnd
:
()
=>
void
source
source
:
HTMLVideoElement
source
Loaded
sourceLoaded
:
boolean
source
Natural
Height
sourceNaturalHeight
:
number
source
Natural
Width
sourceNaturalWidth
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Packet
get
import
Packet
is
Audio
Only
kill
media
Stream
media
Stream
Track
name
on
Media
Stream
End
source
source
Loaded
source
Natural
Height
source
Natural
Width
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Scrawl-canvas API
Loading...