clone method
@AvailableInWorkers("window_and_dedicated")
The clone()
method of the VideoFrame interface creates a new
VideoFrame
object referencing the same media resource as the original.
Implementation
external VideoFrame clone();
@AvailableInWorkers("window_and_dedicated")
The clone()
method of the VideoFrame interface creates a new
VideoFrame
object referencing the same media resource as the original.
external VideoFrame clone();