HomeSort by relevance Sort by last modified time
    Searched defs:AudioFrame (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
audioframe.h 33 class AudioFrame {
35 AudioFrame()
41 AudioFrame(int16* audio, size_t audio_length, int sample_freq, bool stereo)
  /external/webrtc/src/modules/interface/
module_common_types.h 687 * AudioFrame class
689 * The AudioFrame class holds up to 60 ms wideband
710 class AudioFrame
730 AudioFrame();
731 virtual ~AudioFrame();
745 AudioFrame& Append(const AudioFrame& rhs);
749 AudioFrame& operator=(const AudioFrame& rhs);
750 AudioFrame& operator>>=(const WebRtc_Word32 rhs)
    [all...]

Completed in 81 milliseconds