| Package | Description |
|---|---|
| com.wowza.wms.transport.media |
| Modifier and Type | Method and Description |
|---|---|
IMediaTransportDataObject |
IMediaTransportObject.getDataObject()
Gets the IMediaTransportDataObject from this transport object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMediaTransport.addTransportDataObject(IMediaTransportDataObject transportDataObject)
Adds a data object to the MediaTransport system which is then pushed
to the transport providers configured.
|
boolean |
IMediaTransportProvider.addTransportObject(IMediaTransportDataObject transportDataObject)
This method gets called by the IMediaTransport object when a data object
is added for transport.
|
void |
IMediaTransportObject.setDataObject(IMediaTransportDataObject dataObject)
Sets the IMediaTransportDataObject object for this transport object
|