Searched defs:Int16Frame (Results 1 – 1 of 1) sorted by relevance
35 struct Int16Frame { struct36 void SetFormat(int sample_rate_hz, int num_channels) { in SetFormat()45 void CopyTo(ChannelBuffer<float>* dest) { in CopyTo()56 void CopyFrom(const ChannelBuffer<float>& src) { in CopyFrom()69 int sample_rate_hz;70 int samples_per_channel;71 int num_channels;73 StreamConfig config;75 std::vector<int16_t> data;