@livekit/rtc-node
Preparing search index...
VideoSource
Class VideoSource
Index
Constructors
constructor
Properties
closed
ffi
Handle
height
info?
width
Methods
capture
Frame
close
Constructors
constructor
new
VideoSource
(
width
:
number
,
height
:
number
)
:
VideoSource
Parameters
width
:
number
height
:
number
Returns
VideoSource
Properties
Internal
closed
closed
:
boolean
= false
Internal
ffi
Handle
ffiHandle
:
FfiHandle
height
height
:
number
Optional
Internal
info
info
?:
VideoSourceInfo
width
width
:
number
Methods
capture
Frame
captureFrame
(
frame
:
VideoFrame
,
timestampUs
?:
bigint
,
rotation
?:
VideoRotation
,
)
:
void
Parameters
frame
:
VideoFrame
timestampUs
:
bigint
= ...
rotation
:
VideoRotation
= VideoRotation.VIDEO_ROTATION_0
Returns
void
close
close
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
closed
ffi
Handle
height
info
width
Methods
capture
Frame
close
@livekit/rtc-node
Loading...