Commit 58eb42ee48ad757ab333d0297909ec3415551521

Authored by 王琳
1 parent 6e73e81b

添加推流SDK说明文档

app/libs/libcnlivestream.jar
No preview for this file type
app/src/main/java/com/cnlive/demo/stream/StreamActivity.java
... ... @@ -261,7 +261,7 @@ public class StreamActivity extends Activity {
261 261 //TODO 结束推流
262 262 private void stopStream() {
263 263  
264   - mStreamer.stopStream(activityConfig);
  264 + mStreamer.stopStream();
265 265 mChronometer.stop();
266 266 mShootingText.setText(START_STRING);
267 267 mShootingText.postInvalidate();
... ... @@ -355,7 +355,7 @@ public class StreamActivity extends Activity {
355 355 public void onClick(DialogInterface arg0, int arg1) {
356 356 mChronometer.stop();
357 357 mRecording = false;
358   - mStreamer.stopStream(activityConfig);
  358 + mStreamer.stopStream();
359 359 StreamActivity.this.finish();
360 360 }
361 361 }).show();
... ...
doc/推流Android SDK 说明文档.pdf 0 → 100644
No preview for this file type