LiveKit C++ SDK
Real-time audio/video SDK for C++
Loading...
Searching...
No Matches
livekit::AudioFrameEvent Struct Reference

Event containing an audio frame received from an AudioStream. More...

#include <audio_stream.h>

Collaboration diagram for livekit::AudioFrameEvent:

Public Attributes

AudioFrame frame
 The decoded PCM audio frame.
 

Detailed Description

Event containing an audio frame received from an AudioStream.

This struct wraps an AudioFrame and is used as the output type when reading from an AudioStream.


The documentation for this struct was generated from the following file: