public interface ICupertinoMediaCasterChunkFetch
| Modifier and Type | Method | Description |
|---|---|---|
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterFetchedResult |
fetchBlock(String path,
int timeOut,
int retries) |
Called when a manifest is to be fetched
|
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterFetchedResult |
fetchManifest(String path,
int timeOut,
int retries) |
Called when a manifest is to be fetched
|
void |
init(IApplicationInstance appins,
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context) |
Called when the class is initiated.
|
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterFetchedResult fetchBlock(String path,
int timeOut,
int retries)
path - - The path to the asset to be fetched. It is up to the class to handle the pathtimeOut - - The time in milliseconds to wait for a timeoutretries - - The number of retries to perform when attempt to get the data requestedcom.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterFetchedResult fetchManifest(String path,
int timeOut,
int retries)
path - - The path to the manifest to be fetched. It is up to the class to handle the pathtimeOut - - The time in milliseconds to wait for a timeoutretries - - The number of retries to perform when attempt to get the data requestedvoid init(IApplicationInstance appins, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context)
appins - Application instancecontext - MediaCaster context object containing configuration settings