Searched defs:preproc_session_s (Results 1 – 1 of 1) sorted by relevance
100 struct preproc_session_s { struct102 uint32_t state; // current state (enum preproc_session_state) argument103 int id; // audio session ID104 int io; // handle of input stream this session is on106 apm; // handle on webRTC audio processing module (APM)108 webrtc::AudioProcessingBuilder ap_builder;110 size_t frameCount;111 uint32_t samplingRate; // sampling rate at effect process interface112 uint32_t inChannelCount; // input channel count113 uint32_t outChannelCount; // output channel count[all …]