| Package | Description |
|---|---|
| com.wowza.wms.application | |
| com.wowza.wms.netconnection | |
| com.wowza.wms.stream | |
| com.wowza.wms.stream.live |
| Modifier and Type | Method | Description |
|---|---|---|
MediaStreamMap |
IApplicationInstance.getStreams() |
Get all the mediaStream objects attached to this applicationInstance
|
| Modifier and Type | Method | Description |
|---|---|---|
MediaStreamMap |
INetConnection.getStreams() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
INetConnection.setStreams(MediaStreamMap streams) |
| Modifier and Type | Method | Description |
|---|---|---|
MediaStreamMap |
IMediaStream.getStreams() |
Get parent mediaStreamMap (owned by applicationInstance)
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IMediaStream.init(MediaStreamMap parent,
int src,
WMSProperties properties) |
Initialize the mediaStream object after creation.
|
void |
IMediaStreamPlay.init(IMediaStream parent,
MediaStreamMap streams) |
Initialize mediaStreamPlayer
|
void |
MediaStreamBase.init(MediaStreamMap parent,
int src,
WMSProperties properties) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ILivePlayer.init(IMediaStream parent,
MediaStreamMap streams) |