Searched defs:PcmAudioFrame (Results 1 – 2 of 2) sorted by relevance
45 PcmAudioFrame::PcmAudioFrame() {} in PcmAudioFrame() function in media::cast::PcmAudioFrame
156 struct PcmAudioFrame { struct160 int channels; // Samples in interleaved stereo format. L0, R0, L1 ,R1 ,...161 int frequency;162 std::vector<int16> samples;