|
|
BufferQueue & | operator= (BufferQueue const &) |
|
| BufferQueue (BufferQueue const &) |
| MCAPI | BufferQueue (uint64 capacity, uint64 default_size) |
| MCAPI void | Clear () |
| MCAPI bool | ReadFront (void *buffer, uint64 bytes, uint64 *bytes_read) |
| MCAPI bool | WriteBack (void const *buffer, uint64 bytes, uint64 *bytes_written) |
| MCAPI uint64 | size () const |
| MCAPI | ~BufferQueue () |
| MCAPI void * | $ctor (uint64 capacity, uint64 default_size) |
| MCAPI void | $dtor () |
◆ BufferQueue()
| MCAPI rtc::BufferQueue::BufferQueue |
( |
uint64 | capacity, |
|
|
uint64 | default_size ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ~BufferQueue()
| MCAPI rtc::BufferQueue::~BufferQueue |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ Clear()
| MCAPI void rtc::BufferQueue::Clear |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ReadFront()
| MCAPI bool rtc::BufferQueue::ReadFront |
( |
void * | buffer, |
|
|
uint64 | bytes, |
|
|
uint64 * | bytes_read ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ WriteBack()
| MCAPI bool rtc::BufferQueue::WriteBack |
( |
void const * | buffer, |
|
|
uint64 | bytes, |
|
|
uint64 * | bytes_written ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ size()
| MCAPI uint64 rtc::BufferQueue::size |
( |
| ) |
const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $ctor()
| MCAPI void * rtc::BufferQueue::$ctor |
( |
uint64 | capacity, |
|
|
uint64 | default_size ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $dtor()
| MCAPI void rtc::BufferQueue::$dtor |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: