sela
Public Member Functions | Public Attributes | List of all members
file::SelaFile Class Reference

#include <sela_file.hpp>

Collaboration diagram for file::SelaFile:
Collaboration graph
[legend]

Public Member Functions

void readFromFile (std::ifstream &inputFile)
 
void writeToFile (std::ofstream &outputFile)
 
 SelaFile ()
 
 SelaFile (uint32_t sampleRate, uint16_t bitsPerSample, uint8_t channels, std::vector< data::SelaFrame > &&selaFrames)
 

Public Attributes

data::SelaHeader selaHeader
 
std::vector< data::SelaFrameselaFrames
 

Constructor & Destructor Documentation

file::SelaFile::SelaFile ( )
inline
file::SelaFile::SelaFile ( uint32_t  sampleRate,
uint16_t  bitsPerSample,
uint8_t  channels,
std::vector< data::SelaFrame > &&  selaFrames 
)

Member Function Documentation

void file::SelaFile::readFromFile ( std::ifstream &  inputFile)
void file::SelaFile::writeToFile ( std::ofstream &  outputFile)

Member Data Documentation

std::vector<data::SelaFrame> file::SelaFile::selaFrames
data::SelaHeader file::SelaFile::selaHeader

The documentation for this class was generated from the following files: