Back to Content

MediaStreamTrackProcessor: readable property

files/en-us/web/api/mediastreamtrackprocessor/readable/index.md

latest494 B
Original Source

{{APIRef("Insertable Streams for MediaStreamTrack API")}}

The readable property of the {{domxref("MediaStreamTrackProcessor")}} interface returns a {{domxref("ReadableStream")}} of {{domxref("VideoFrame")}}s.

Value

A {{domxref("ReadableStream")}}.

Examples

See the Insertable Streams for MediaStreamTrack API for an example.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}