Rialto  0.1
Rialto media pipeline API
Public Attributes | List of all members
firebolt::rialto::WebAudioShmInfo Struct Reference

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
 

Detailed Description

Information about the shared memory required for writting data for the web audio playback.

Member Data Documentation

◆ lengthMain

uint32_t firebolt::rialto::WebAudioShmInfo::lengthMain

The maximum number of bytes to write at offsetMain.

◆ lengthWrap

uint32_t firebolt::rialto::WebAudioShmInfo::lengthWrap

The maximum number of bytes to write at offsetWrap.

◆ offsetMain

uint32_t firebolt::rialto::WebAudioShmInfo::offsetMain

The offset to start writing the audio data.

◆ offsetWrap

uint32_t firebolt::rialto::WebAudioShmInfo::offsetWrap

The offset to continue writing the audio data if buffer wrapped.


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