1 #ifndef _LPC_DECODED_DATA_H_ 2 #define _LPC_DECODED_DATA_H_ 12 LpcDecodedData(uint8_t bitsPerSample,
const std::vector<int32_t>&& samples) noexcept
13 : bitsPerSample(bitsPerSample)
Definition: audio_packet.hpp:4
Definition: lpc_decoded_data.hpp:8
uint8_t bitsPerSample
Definition: lpc_decoded_data.hpp:10
const std::vector< int32_t > samples
Definition: lpc_decoded_data.hpp:11
LpcDecodedData(uint8_t bitsPerSample, const std::vector< int32_t > &&samples) noexcept
Definition: lpc_decoded_data.hpp:12