Skip to content
Snippets Groups Projects
Commit 34d2900a authored by Leo Ma's avatar Leo Ma
Browse files

Update


Signed-off-by: default avatarLeo Ma <begeekmyfriend@gmail.com>
parent fd3ce6e3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,8 +22,8 @@ public class SrsPublisher {
private SrsCameraView mCameraView;
private boolean sendAudioOnly = false;
private boolean sendVideoOnly = false;
private boolean sendAudioOnly = false;
private int videoFrameCount;
private long lastTimeMillis;
private double mSamplingFps;
Loading
Loading
@@ -245,7 +245,7 @@ public class SrsPublisher {
mEncoder.setVideoSmoothMode();
}
public synchronized void setSendVideoOnly(boolean flag) {
public void setSendVideoOnly(boolean flag) {
sendVideoOnly = flag;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment