Package com.wowza.wms.pushpublish.model
Interface IPushPublishSession
- 
- All Known Implementing Classes:
- PushPublishSessionBase,- PushPublishSessionHTTPBase,- PushPublishSessionRTMP,- PushPublishSessionRTP
 
 public interface IPushPublishSessionThe Interface IPushPublishSession.
- 
- 
Field SummaryFields Modifier and Type Field Description static intPUSHPUBLISHSESSION_TYPE_RTMPstatic intPUSHPUBLISHSESSION_TYPE_RTPstatic intPUSHPUBLISHSESSION_TYPE_UNKNOWN
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContextStr()intgetDestinationID()StringgetProfile()IPushPublishgetPushPublishImpl()IMediaStreamgetStream()intgetType()voidsetProfile(String profile)voidsetPushPublishImpl(IPushPublish pushPublishImpl)voidsetStream(IMediaStream stream)
 
- 
- 
- 
Field Detail- 
PUSHPUBLISHSESSION_TYPE_UNKNOWNstatic final int PUSHPUBLISHSESSION_TYPE_UNKNOWN - See Also:
- Constant Field Values
 
 - 
PUSHPUBLISHSESSION_TYPE_RTMPstatic final int PUSHPUBLISHSESSION_TYPE_RTMP - See Also:
- Constant Field Values
 
 - 
PUSHPUBLISHSESSION_TYPE_RTPstatic final int PUSHPUBLISHSESSION_TYPE_RTP - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getTypeint getType() 
 - 
getPushPublishImplIPushPublish getPushPublishImpl() 
 - 
setPushPublishImplvoid setPushPublishImpl(IPushPublish pushPublishImpl) 
 - 
getStreamIMediaStream getStream() 
 - 
setStreamvoid setStream(IMediaStream stream) 
 - 
getProfileString getProfile() 
 - 
setProfilevoid setProfile(String profile) 
 - 
getContextStrString getContextStr() 
 - 
getDestinationIDint getDestinationID() 
 
- 
 
-