DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::StateReader::Entry Struct Reference

Access for generic tooling (JSON rendering, preset browsers). More...

#include <StateBlob.h>

Public Attributes

std::string key
 
uint8_t type = 0
 
uint32_t payload = 0
 
std::vector< uint8_t > bytes
 Nested blob content (type 3).
 

Detailed Description

Access for generic tooling (JSON rendering, preset browsers).

Definition at line 239 of file StateBlob.h.

Member Data Documentation

◆ bytes

std::vector<uint8_t> dspark::StateReader::Entry::bytes

Nested blob content (type 3).

Definition at line 244 of file StateBlob.h.

◆ key

std::string dspark::StateReader::Entry::key

Definition at line 241 of file StateBlob.h.

◆ payload

uint32_t dspark::StateReader::Entry::payload = 0

Definition at line 243 of file StateBlob.h.

◆ type

uint8_t dspark::StateReader::Entry::type = 0

Definition at line 242 of file StateBlob.h.


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