sela
|
#include <sela_frame.hpp>
Public Member Functions | |
SelaFrame (uint8_t bitsPerSample) | |
uint32_t | getByteCount () |
void | write () |
Public Attributes | |
const int32_t | syncWord = 0xAA55FF00 |
std::vector< SelaSubFrame > | subFrames |
uint8_t | bitsPerSample |
|
inlineexplicit |
uint32_t data::SelaFrame::getByteCount | ( | ) |
void data::SelaFrame::write | ( | ) |
uint8_t data::SelaFrame::bitsPerSample |
std::vector<SelaSubFrame> data::SelaFrame::subFrames |
const int32_t data::SelaFrame::syncWord = 0xAA55FF00 |