Rialto
0.1
Rialto media pipeline API
|
Information about the shared memory required for writting data for the web audio playback. More...
#include <MediaCommon.h>
Public Attributes | |
uint32_t | offsetMain |
uint32_t | lengthMain |
uint32_t | offsetWrap |
uint32_t | lengthWrap |
Information about the shared memory required for writting data for the web audio playback.
uint32_t firebolt::rialto::WebAudioShmInfo::lengthMain |
The maximum number of bytes to write at offsetMain.
uint32_t firebolt::rialto::WebAudioShmInfo::lengthWrap |
The maximum number of bytes to write at offsetWrap.
uint32_t firebolt::rialto::WebAudioShmInfo::offsetMain |
The offset to start writing the audio data.
uint32_t firebolt::rialto::WebAudioShmInfo::offsetWrap |
The offset to continue writing the audio data if buffer wrapped.