56 AudioData(DataType _type,
const std::vector<std::string>& _streamIds,
const std::string _track,
const void* _audio_data,
int _bits_per_sample,
int _sample_rate,
size_t _number_of_channels,
size_t _number_of_frames)
57 : Data(_type, _streamIds, _track), audio_data(_audio_data), bits_per_sample(_bits_per_sample), sample_rate(_sample_rate), number_of_channels(_number_of_channels), number_of_frames(_number_of_frames) {}