Searched refs:play_filename (Results 1 – 1 of 1) sorted by relevance
256 const std::string play_filename = out_path + "recorded_playout.pcm"; in RunTest() local665 printf("\n Start recording playout as %s \n", play_filename.c_str()); in RunTest()666 res = file->StartRecordingPlayout(chan, play_filename.c_str()); in RunTest()686 printf("\n 2. Play %s", play_filename.c_str()); in RunTest()696 play_filename.c_str()); in RunTest()697 res = file->StartPlayingFileLocally(chan, play_filename.c_str(), in RunTest()712 printf("\n 2. Play %s", play_filename.c_str()); in RunTest()723 play_filename.c_str()); in RunTest()724 res = file->StartPlayingFileAsMicrophone(chan, play_filename.c_str(), in RunTest()