|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHTTPStreamerApplicationContext
IHTTPStreamerApplicationContext: HTTP streamer application context interface. Used by HTTP streaming adapter to store per-application information.
| Method Summary | |
|---|---|
IApplicationInstance |
getAppInstance()
Get application instance |
WMSProperties |
getProperties()
Get properties |
MediaCasterItem |
getRepeaterMediaCasterDef()
Get the live repeater media caster definition |
String |
getStreamTypeStr()
Get stream type |
IVHost |
getVHost()
Get vhost |
void |
init(IApplicationInstance appInstance,
com.wowza.wms.httpstreamer.model.HTTPStreamerItem httpStreamerItem)
Initialize context |
void |
setRepeaterMediaCasterDef(MediaCasterItem repeaterMediaCasterDef)
Set the live repeater media caster definition |
void |
setStreamTypeStr(String streamTypeStr)
Set stream type |
| Method Detail |
|---|
IApplicationInstance getAppInstance()
WMSProperties getProperties()
MediaCasterItem getRepeaterMediaCasterDef()
String getStreamTypeStr()
IVHost getVHost()
void init(IApplicationInstance appInstance,
com.wowza.wms.httpstreamer.model.HTTPStreamerItem httpStreamerItem)
appInstance - application instancehttpStreamerItem - HTTP streamervoid setRepeaterMediaCasterDef(MediaCasterItem repeaterMediaCasterDef)
repeaterMediaCasterDef - live repeater media caster definitionvoid setStreamTypeStr(String streamTypeStr)
streamTypeStr - stream type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||