File tree Expand file tree Collapse file tree
windows/APIExample/APIExample
MultiVideoSource/ProcessScreenShare Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
3030 <ConfigurationType >Application</ConfigurationType >
3131 <UseDebugLibraries >true</UseDebugLibraries >
32- <PlatformToolset >v141 </PlatformToolset >
32+ <PlatformToolset >v142 </PlatformToolset >
3333 <CharacterSet >Unicode</CharacterSet >
3434 <UseOfMfc >Dynamic</UseOfMfc >
3535 </PropertyGroup >
3636 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
3737 <ConfigurationType >Application</ConfigurationType >
3838 <UseDebugLibraries >false</UseDebugLibraries >
39- <PlatformToolset >v141 </PlatformToolset >
39+ <PlatformToolset >v142 </PlatformToolset >
4040 <WholeProgramOptimization >true</WholeProgramOptimization >
4141 <CharacterSet >Unicode</CharacterSet >
4242 <UseOfMfc >Dynamic</UseOfMfc >
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ void CAgoraBeautyAudio::OnBnClickedButtonSetAudioChange()
325325 {
326326 m_rtcEngine->setVoiceBeautifierPreset (m_setReverbPreSet[str]);
327327 }
328- strInfo.Format (_T (" set :%s" ));
328+ strInfo.Format (_T (" set :%s" ), str );
329329 m_lstInfo.InsertString (m_lstInfo.GetCount (), strInfo);
330330 m_btnSetBeautyAudio.SetWindowText (beautyAudioCtrlUnSetAudioChange);
331331 }
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ void CAgoraCaptureAduioDlg::PullAudioFrameThread(CAgoraCaptureAduioDlg * self)
358358 SIZE_T nSize = audioFrame.samples * audioFrame.bytesPerSample ;
359359 self->m_audioRender .Render ((BYTE*)audioFrame.buffer , nSize);
360360 }
361- delete audioFrame.buffer ;
361+ delete audioFrame.buffer ;
362362}
363363
364364
Original file line number Diff line number Diff line change 2828 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
2929 <ConfigurationType >Application</ConfigurationType >
3030 <UseDebugLibraries >true</UseDebugLibraries >
31- <PlatformToolset >v141 </PlatformToolset >
31+ <PlatformToolset >v142 </PlatformToolset >
3232 <CharacterSet >Unicode</CharacterSet >
3333 <UseOfMfc >Dynamic</UseOfMfc >
3434 </PropertyGroup >
4242 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
4343 <ConfigurationType >Application</ConfigurationType >
4444 <UseDebugLibraries >false</UseDebugLibraries >
45- <PlatformToolset >v141 </PlatformToolset >
45+ <PlatformToolset >v142 </PlatformToolset >
4646 <WholeProgramOptimization >true</WholeProgramOptimization >
4747 <CharacterSet >Unicode</CharacterSet >
4848 <UseOfMfc >Dynamic</UseOfMfc >
You can’t perform that action at this time.
0 commit comments