Lines Matching refs:SetParameter
76 audioCapture->SetParameter(Tag::AUDIO_SAMPLE_RATE, AudioSamplingRate::SAMPLE_RATE_44100);
77 audioCapture->SetParameter(Tag::AUDIO_CHANNELS, STEREO);
78 audioCapture->SetParameter(Tag::MEDIA_BITRATE, 3000);
79 audioCapture->SetParameter(Tag::AUDIO_SAMPLE_FORMAT, SAMPLE_S32LE);
80 audioCapture->SetParameter(Tag::APP_TOKEN_ID, 2000);
81 audioCapture->SetParameter(Tag::APP_UID, 300);
82 audioCapture->SetParameter(Tag::APP_PID, 1000);
83 audioCapture->SetParameter(Tag::AUDIO_SAMPLE_PER_FRAME, 60);
124 audioCapture->SetParameter(Tag::AUDIO_SAMPLE_RATE, AudioSamplingRate::SAMPLE_RATE_8000);
125 audioCapture->SetParameter(Tag::AUDIO_CHANNELS, MONO);
126 audioCapture->SetParameter(Tag::MEDIA_BITRATE, 16666);
127 audioCapture->SetParameter(Tag::AUDIO_SAMPLE_FORMAT, SAMPLE_S16LE);
128 audioCapture->SetParameter(Tag::APP_TOKEN_ID, 100000);
129 audioCapture->SetParameter(Tag::APP_UID, 200);
130 audioCapture->SetParameter(Tag::APP_PID, 100);
131 audioCapture->SetParameter(Tag::AUDIO_SAMPLE_PER_FRAME, 30);
174 audioCapture->SetParameter(Tag::AUDIO_SAMPLE_RATE, AudioSamplingRate::SAMPLE_RATE_8000);
175 audioCapture->SetParameter(Tag::AUDIO_CHANNELS, MONO);
176 audioCapture->SetParameter(Tag::MEDIA_BITRATE, 16666);
177 audioCapture->SetParameter(Tag::AUDIO_SAMPLE_FORMAT, SAMPLE_S16LE);
178 audioCapture->SetParameter(Tag::APP_TOKEN_ID, 100000);
179 audioCapture->SetParameter(Tag::APP_UID, 200);
180 audioCapture->SetParameter(Tag::APP_PID, 100);
181 audioCapture->SetParameter(Tag::AUDIO_SAMPLE_PER_FRAME, 30);