| | |
| | | |
| | | public class StreamInfo { |
| | | |
| | | private String ssrc; |
| | | private String app; |
| | | private String streamId; |
| | | private String deviceID; |
| | | private String cahnnelId; |
| | | private String channelId; |
| | | private String flv; |
| | | private String ws_flv; |
| | | private String fmp4; |
| | |
| | | private String ws_ts; |
| | | private String rtmp; |
| | | private String rtsp; |
| | | private String rtc; |
| | | private JSONArray tracks; |
| | | |
| | | public String getSsrc() { |
| | | return ssrc; |
| | | public static class TransactionInfo{ |
| | | public String callId; |
| | | public String localTag; |
| | | public String remoteTag; |
| | | public String branch; |
| | | } |
| | | |
| | | public void setSsrc(String ssrc) { |
| | | this.ssrc = ssrc; |
| | | private TransactionInfo transactionInfo; |
| | | |
| | | public String getApp() { |
| | | return app; |
| | | } |
| | | |
| | | public void setApp(String app) { |
| | | this.app = app; |
| | | } |
| | | |
| | | public String getDeviceID() { |
| | |
| | | this.deviceID = deviceID; |
| | | } |
| | | |
| | | public String getCahnnelId() { |
| | | return cahnnelId; |
| | | public String getChannelId() { |
| | | return channelId; |
| | | } |
| | | |
| | | public void setCahnnelId(String cahnnelId) { |
| | | this.cahnnelId = cahnnelId; |
| | | public void setChannelId(String channelId) { |
| | | this.channelId = channelId; |
| | | } |
| | | |
| | | public String getFlv() { |
| | |
| | | public void setStreamId(String streamId) { |
| | | this.streamId = streamId; |
| | | } |
| | | |
| | | public String getRtc() { |
| | | return rtc; |
| | | } |
| | | |
| | | public void setRtc(String rtc) { |
| | | this.rtc = rtc; |
| | | } |
| | | |
| | | public TransactionInfo getTransactionInfo() { |
| | | return transactionInfo; |
| | | } |
| | | |
| | | public void setTransactionInfo(TransactionInfo transactionInfo) { |
| | | this.transactionInfo = transactionInfo; |
| | | } |
| | | } |