Package com.wowza.wms.rtp.model
Class RTPPushPublishSession
- Object
-
- com.wowza.wms.rtp.model.RTPPushPublishSession
-
public class RTPPushPublishSession extends Object
RTPPushPublishSession: RTP push publishing session
-
-
Constructor Summary
Constructors Constructor Description RTPPushPublishSession()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RTPSession
getRTPSession()
Get RTP sessionString
getSDPData()
Get SDP datavoid
setRTPSession(RTPSession rtpSession)
Set RTP sessionvoid
setSDPData(String sdpData)
Set SDP data
-
-
-
Method Detail
-
getSDPData
public String getSDPData()
Get SDP data- Returns:
- SDP data
-
setSDPData
public void setSDPData(String sdpData)
Set SDP data- Parameters:
sdpData
- SDP data
-
getRTPSession
public RTPSession getRTPSession()
Get RTP session- Returns:
- RTP session
-
setRTPSession
public void setRTPSession(RTPSession rtpSession)
Set RTP session- Parameters:
rtpSession
- RTP session
-
-