public interface IPushPublishSession
| Modifier and Type | Field and Description |
|---|---|
static int |
PUSHPUBLISHSESSION_TYPE_RTMP |
static int |
PUSHPUBLISHSESSION_TYPE_RTP |
static int |
PUSHPUBLISHSESSION_TYPE_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextStr() |
int |
getDestinationID() |
String |
getProfile() |
IPushPublish |
getPushPublishImpl() |
IMediaStream |
getStream() |
int |
getType() |
void |
setProfile(String profile) |
void |
setPushPublishImpl(IPushPublish pushPublishImpl) |
void |
setStream(IMediaStream stream) |
static final int PUSHPUBLISHSESSION_TYPE_RTMP
static final int PUSHPUBLISHSESSION_TYPE_RTP
static final int PUSHPUBLISHSESSION_TYPE_UNKNOWN
String getContextStr()
int getDestinationID()
String getProfile()
IPushPublish getPushPublishImpl()
IMediaStream getStream()
int getType()
void setProfile(String profile)
void setPushPublishImpl(IPushPublish pushPublishImpl)
void setStream(IMediaStream stream)