Limited availability
The MediaStreamTrackProcessor()
constructor creates a new MediaStreamTrackProcessor
object which consumes a video MediaStreamTrack
object's source and generates a stream of VideoFrame
s.
new MediaStreamTrackProcessor(options)
Parameters
options
An object with the following properties:
track
maxBufferSize
Optional
An integer specifying the maximum number of media frames to be buffered.
In the following example a new MediaStreamTrackProcessor
is created.
const trackProcessor = new MediaStreamTrackProcessor({ track: videoTrack });
Specifications Browser compatibility
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4