Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:VoEModuleId

832       _inputFilePlayerId(VoEModuleId(instanceId, channelId) + 1024),
833 _outputFilePlayerId(VoEModuleId(instanceId, channelId) + 1025),
834 _outputFileRecorderId(VoEModuleId(instanceId, channelId) + 1026),
836 _inbandDtmfQueue(VoEModuleId(instanceId, channelId)),
837 _inbandDtmfGenerator(VoEModuleId(instanceId, channelId)),
900 acm_config.id = VoEModuleId(instanceId, channelId);