You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: windows/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ To build and run the sample application, get an App ID:
38
38
39
39
**This open source sample project uses the Agora RTC SDK,DirectShow SDK, and MeidaPlayer SDK.**
40
40
41
-
You can directly run `APIExample/installThirdParty.bat` to automatically environment configuration.Once the configuration is complete, open the project with VS2017, select the x86 version to compile and run.
41
+
You can directly run `APIExample/installThirdParty.bat` to automatically environment configuration.Once the configuration is complete, open the project with VS2017, select the Win32 version to compile and run.
42
42
43
43
**Note:**
44
44
@@ -186,7 +186,8 @@ Custom audio capture use MeidaIO method for capture, use Sink method to obtain a
186
186
### Meida Player Kit
187
187
188
188
* Use MediaPlayer Kit for media opening, playing and other operations.
189
-
* Use the MediaPlayerExtensions to push the flow to the AgoraRtc Engine's channels.
189
+
* Use the MediaPlayerE
190
+
* xtensions to push the flow to the AgoraRtc Engine's channels.
190
191
* Use the IMediaPlayerObserver to handle MeidaPlayer callback events.For example (open stream, play stream)
0 commit comments