RTCEncodedAudioFrame

The RTCEncodedAudioFrame of the WebRTC API represents an encoded audio frame in the WebRTC receiver or sender pipeline, which may be modified using a WebRTC Encoded Transform.

MDN Reference

Properties

Link copied to clipboard

The data property of the RTCEncodedAudioFrame interface returns a buffer containing the data for an encoded frame.

Link copied to clipboard

Functions

Link copied to clipboard

The getMetadata() method of the RTCEncodedAudioFrame interface returns an object containing the metadata associated with the frame.