public class LivePublish extends Object implements Serializable
| Constructor and Description |
|---|
LivePublish() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPullUrl() |
String |
getPushStream() |
String |
getPushUrl() |
String |
getRegion() |
void |
setPullUrl(String pullUrl) |
void |
setPushStream(String pushStream) |
void |
setPushUrl(String pushUrl) |
void |
setRegion(String region) |
String |
toString() |
LivePublish |
withPullUrl(String pullUrl) |
LivePublish |
withPushStream(String pushStream) |
LivePublish |
withPushUrl(String pushUrl) |
LivePublish |
withRegion(String region) |
public String getRegion()
public void setRegion(String region)
public LivePublish withRegion(String region)
public String getPullUrl()
public void setPullUrl(String pullUrl)
public LivePublish withPullUrl(String pullUrl)
public String getPushUrl()
public void setPushUrl(String pushUrl)
public LivePublish withPushUrl(String pushUrl)
public String getPushStream()
public void setPushStream(String pushStream)
public LivePublish withPushStream(String pushStream)
Copyright © 2021. All rights reserved.