Lines Matching defs:endl
56 std::cout << "Current Time: " << aszDatetime << std::endl;
88 std::cout << "snprintf_s failed " << std::endl;
98 std::cout << "audioSourceInput: " << audioSourceInput << std::endl;
110 std::cout << "open file failed " << fileName << std::endl;
114 std::cout << "Open SUCCESS " << fileName << std::endl;
120 std::cout << "audioCap Read failed ret:" << ret << std::endl;
125 std::cout << "fwrite failed errno:"<< errno << std::endl;
129 std::cout << "audioCap Read readCnt: "<< readCnt << " size: " << ret << std::endl;
143 std::cout << "*******************************************" << endl;
144 std::cout << "SetCapturerInfo (PCM:1, AAC_LC:2, G711A:7, G711U:8, G726:9)" << endl;
145 std::cout << "*******************************************" << endl;
148 cout << "input audioFormat:" << audioFormat << endl;
151 std::cout << "Can't support input format:" << static_cast<int32_t> (audioFormat) << std::endl;
178 std::cout << "*******************************************" << endl;
179 std::cout << "SetCapturerInfo (channelCount:1, channelCount:2)" << endl;
180 std::cout << "*******************************************" << endl;
184 std::cout << "Can't support input channelCount:" << channelCount << std::endl;
192 cout << "*******************************************" << endl;
193 cout << "Select the behavior of audio capturer." << endl;
194 cout << "s or S-----start audio capturer" << endl;
195 cout << "p or P-----stop audio capturer" << endl;
196 cout << "q or Q-----quit audio capturer" << endl;
197 cout << "*******************************************" << endl;
206 std::cout << "Stop audioCap failed, quit record\n" << endl;
218 std::cout << "Stop audioCap fialed, stop record " << endl;
223 std::cout << "Start recorder first." << endl;
235 std::cout << "Can't Start..." << endl;
244 std::cout << "Recording..." << endl;
279 std::cout << "audio_capture_sample " << std::endl;
300 std::cout << " SetCapturerInfo" << std::endl;
302 std::cout << "Can't SetCapturerInfo " << std::endl;
307 std::cout << "GetFrameCount " << frameCount << std::endl;