mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 08:49:40 -05:00
Removed not needed/used RecorderSettings#startOnConnected
This commit is contained in:
@@ -76,7 +76,6 @@ public class RecorderListener implements LiveRecorder {
|
|||||||
if (isConnected())
|
if (isConnected())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
||||||
liveDownloadThread = new Thread(() -> {
|
liveDownloadThread = new Thread(() -> {
|
||||||
try {
|
try {
|
||||||
liveClient.getLogger().info("Recording started");
|
liveClient.getLogger().info("Recording started");
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ public class RecorderSettings {
|
|||||||
private String format;
|
private String format;
|
||||||
private File outputFile;
|
private File outputFile;
|
||||||
private Function<String,DownloadData> prepareDownloadData;
|
private Function<String,DownloadData> prepareDownloadData;
|
||||||
private boolean startOnConnected;
|
|
||||||
private boolean stopOnDisconnect = true;
|
private boolean stopOnDisconnect = true;
|
||||||
|
|
||||||
public static RecorderSettings DEFAULT() {
|
public static RecorderSettings DEFAULT() {
|
||||||
|
|||||||
Reference in New Issue
Block a user