Package com.wowza.wms.pushpublish.model
Class PushPublishSessionBase
Object
com.wowza.wms.pushpublish.model.PushPublishSessionBase
- All Implemented Interfaces:
IPushPublishSession
- Direct Known Subclasses:
PushPublishSessionHTTPBase
,PushPublishSessionRTMP
,PushPublishSessionRTP
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected IPushPublish
protected IMediaStream
protected int
Fields inherited from interface com.wowza.wms.pushpublish.model.IPushPublishSession
PUSHPUBLISHSESSION_TYPE_RTMP, PUSHPUBLISHSESSION_TYPE_RTP, PUSHPUBLISHSESSION_TYPE_UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getType()
void
setProfile
(String profile) void
setPushPublishImpl
(IPushPublish pushPublishImpl) void
setStream
(IMediaStream stream)
-
Field Details
-
type
protected int type -
pushPublishImpl
-
stream
-
profile
-
-
Constructor Details
-
PushPublishSessionBase
public PushPublishSessionBase()
-
-
Method Details
-
getType
public int getType()- Specified by:
getType
in interfaceIPushPublishSession
-
getPushPublishImpl
- Specified by:
getPushPublishImpl
in interfaceIPushPublishSession
-
setPushPublishImpl
- Specified by:
setPushPublishImpl
in interfaceIPushPublishSession
-
getStream
- Specified by:
getStream
in interfaceIPushPublishSession
-
setStream
- Specified by:
setStream
in interfaceIPushPublishSession
-
getProfile
- Specified by:
getProfile
in interfaceIPushPublishSession
-
setProfile
- Specified by:
setProfile
in interfaceIPushPublishSession
-
getContextStr
- Specified by:
getContextStr
in interfaceIPushPublishSession
-
getDestinationID
public int getDestinationID()- Specified by:
getDestinationID
in interfaceIPushPublishSession
-