|
LiveKit C++ SDK
Real-time audio/video SDK for C++
|
This is the complete list of members for livekit::AudioFrame, including all inherited members.
| AudioFrame(std::vector< std::int16_t > data, int sample_rate, int num_channels, int samples_per_channel) | livekit::AudioFrame | |
| AudioFrame() (defined in livekit::AudioFrame) | livekit::AudioFrame | |
| AudioSource (defined in livekit::AudioFrame) | livekit::AudioFrame | friend |
| create(int sample_rate, int num_channels, int samples_per_channel) | livekit::AudioFrame | static |
| data() const noexcept (defined in livekit::AudioFrame) | livekit::AudioFrame | inline |
| data() noexcept (defined in livekit::AudioFrame) | livekit::AudioFrame | inline |
| duration() const noexcept | livekit::AudioFrame | |
| fromOwnedInfo(const proto::OwnedAudioFrameBuffer &owned) | livekit::AudioFrame | static |
| num_channels() const noexcept | livekit::AudioFrame | inline |
| sample_rate() const noexcept | livekit::AudioFrame | inline |
| samples_per_channel() const noexcept | livekit::AudioFrame | inline |
| to_string() const | livekit::AudioFrame | |
| toProto() const (defined in livekit::AudioFrame) | livekit::AudioFrame | protected |
| total_samples() const noexcept | livekit::AudioFrame | inline |
| ~AudioFrame()=default (defined in livekit::AudioFrame) | livekit::AudioFrame | virtual |