Ring Daemon 16.0.0
|
#include <buf_manager.h>
Public Member Functions | |
NON_COPYABLE (sample_buf) | |
sample_buf & | operator= (sample_buf &&o) |
sample_buf () | |
sample_buf (sample_buf &&o) | |
sample_buf (size_t alloc) | |
sample_buf (size_t alloc, size_t size) | |
~sample_buf () | |
Public Attributes | |
uint8_t * | buf_ {nullptr} |
size_t | cap_ {0} |
size_t | size_ {0} |
Definition at line 168 of file buf_manager.h.
|
inline |
Definition at line 173 of file buf_manager.h.
|
inline |
Definition at line 174 of file buf_manager.h.
|
inline |
Definition at line 178 of file buf_manager.h.
|
inline |
Definition at line 182 of file buf_manager.h.
|
inline |
Definition at line 202 of file buf_manager.h.
References buf_.
sample_buf::NON_COPYABLE | ( | sample_buf | ) |
|
inline |
Definition at line 191 of file buf_manager.h.
uint8_t* sample_buf::buf_ {nullptr} |
Definition at line 170 of file buf_manager.h.
Referenced by jami::opensl::AudioPlayer::AudioPlayer(), jami::opensl::AudioRecorder::AudioRecorder(), operator=(), jami::opensl::AudioPlayer::processSLCallback(), jami::opensl::AudioRecorder::processSLCallback(), jami::opensl::AudioPlayer::start(), and ~sample_buf().
size_t sample_buf::cap_ {0} |
Definition at line 171 of file buf_manager.h.
Referenced by jami::opensl::AudioPlayer::AudioPlayer(), jami::opensl::AudioRecorder::AudioRecorder(), operator=(), and jami::opensl::AudioRecorder::processSLCallback().
size_t sample_buf::size_ {0} |
Definition at line 172 of file buf_manager.h.
Referenced by jami::opensl::AudioPlayer::AudioPlayer(), jami::opensl::AudioRecorder::AudioRecorder(), jami::OpenSLLayer::engineServicePlay(), jami::OpenSLLayer::engineServiceRing(), operator=(), jami::opensl::AudioPlayer::processSLCallback(), jami::opensl::AudioPlayer::start(), and jami::opensl::AudioPlayer::stop().