Path: blob/main/files/en-us/web/api/mediastreamtrackprocessor/readable/index.md
4344 views
---
---
{{APIRef("Insertable Streams for MediaStreamTrack API")}}{{SeeCompatTable}}
The readable
property of the {{domxref("MediaStreamTrackProcessor")}} interface returns a {{domxref("ReadableStream")}}.
Value
A {{domxref("ReadableStream")}}.
Examples
In the following example video frames from the {{domxref("ReadableStream")}} are transformed.
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}