Back to Content

RTCTransformEvent: transformer property

files/en-us/web/api/rtctransformevent/transformer/index.md

latest689 B
Original Source

{{APIRef("WebRTC")}}

The read-only transformer property of the {{domxref("RTCTransformEvent")}} interface returns the {{domxref("RTCRtpScriptTransformer")}} associated with the event.

The property exposes the WebRTC sender or receiver pipeline as a readable and writable stream of encoded media frames, which a WebRTC Encoded Transform can insert itself into in order to modify frames.

Value

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also