|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectcom.wowza.wms.module.ModuleBase
com.wowza.wms.mediacaster.ModuleMediaCaster
public class ModuleMediaCaster
ModuleMediaCaster: Module for manipulating media casters through a Flash UI.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ModuleMediaCaster()
|
|
| Method Summary | |
|---|---|
void |
acquireMediaCaster(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Increment the lock count of a media caster stream. |
void |
getLockCount(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Get the current lock count for a stream |
void |
getPlayerCount(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Get the numbers of players associated with a particular media caster |
void |
getStreamNames(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Get an array of stream names that are media casters associate with this application instance (returned as AMFDataArray) |
void |
onAppStart(IApplicationInstance appInstance)
onAppStart |
void |
onAppStop(IApplicationInstance appInstance)
onAppStop |
void |
releaseMediaCaster(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Decrement the lock count of a media caster stream |
void |
resetStream(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Reset a media caster stream |
void |
shutdownStream(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Force shutdown a media caster stream |
| Methods inherited from class com.wowza.wms.module.ModuleBase |
|---|
getAppInstance, getApplication, getCallbackParamCount, getLogger, getParam, getParamBoolean, getParamBoolean, getParamCount, getParamDate, getParamDouble, getParamDouble, getParamInt, getParamInt, getParamLong, getParamLong, getParamMixedArray, getParamObj, getParamString, getParamString, getParamType, getStream, getVHost, invokePrevious, invokePrevious, isSendResult, sendClientOnStatusError, sendResult, sendResult, sendResult, sendResult, sendResult, sendStreamOnStatusError |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModuleMediaCaster()
| Method Detail |
|---|
public void acquireMediaCaster(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - {streamName, streamType [optional]}
public void getLockCount(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - {streamName}
public void getPlayerCount(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - {streamName}
public void getStreamNames(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - (no params)public void onAppStart(IApplicationInstance appInstance)
onAppStart in interface IModuleOnAppappInstance - application instancepublic void onAppStop(IApplicationInstance appInstance)
onAppStop in interface IModuleOnAppappInstance - application instance
public void releaseMediaCaster(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - {streamName}
public void resetStream(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - {streamName}
public void shutdownStream(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - {streamName}
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||