com.wowza.wms.rtp.model
Class RTPPushPublishSession

Object
  extended by com.wowza.wms.rtp.model.RTPPushPublishSession

public class RTPPushPublishSession
extends Object

RTPPushPublishSession: RTP push publishing session


Constructor Summary
RTPPushPublishSession()
           
 
Method Summary
 RTPSession getRTPSession()
          Get RTP session
 String getSDPData()
          Get SDP data
 void setRTPSession(RTPSession rtpSession)
          Set RTP session
 void setSDPData(String sdpData)
          Set SDP data
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTPPushPublishSession

public RTPPushPublishSession()
Method Detail

getRTPSession

public RTPSession getRTPSession()
Get RTP session

Returns:
RTP session

getSDPData

public String getSDPData()
Get SDP data

Returns:
SDP data

setRTPSession

public void setRTPSession(RTPSession rtpSession)
Set RTP session

Parameters:
rtpSession - RTP session

setSDPData

public void setSDPData(String sdpData)
Set SDP data

Parameters:
sdpData - SDP data