Meta_AudioStreamBuffer
Module: Metanodes / Definitions
A packet of audio data.
#include <meta_audio.hpp>
Public Types
Type | Name |
---|---|
enum | Format { Format_PCM_8, Format_PCM_16, Format_Opus } |
enum | IDX { Idx_Format, Idx_Channels, Idx_SampleRate, Idx_RemoteOnly, Idx_Data } |
Public Functions
Type | Name |
---|---|
Meta_AudioStreamBuffer() |
Public Types Documentation
enum Format
Enumerator | Value | Description |
---|---|---|
Format_PCM_8 | 8-bit mono uncompressed PCM | |
Format_PCM_16 | 16-bit mono uncompressed PCM | |
Format_Opus | Opus compressed. |
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Format | ||
Idx_Channels | ||
Idx_SampleRate | ||
Idx_RemoteOnly | ||
Idx_Data |
Public Functions Documentation
Meta_AudioStreamBuffer
inline Meta_AudioStreamBuffer()