|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectcom.wowza.wms.module.ModuleBase
com.wowza.wms.module.ModuleProperties
public class ModuleProperties
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ModuleProperties()
|
|
| Method Summary | |
|---|---|
static void |
getAppInstanceProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Get application instance level property value NetConnection.call("getAppInstanceProperty", resultObj, name); |
static void |
getApplicationProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Get application level property value NetConnection.call("getApplicationProperty", resultObj, name); |
static void |
getClientProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Get client level property value NetConnection.call("getClientProperty", resultObj, name); |
static void |
getStreamProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Get stream level property value NetConnection.call("getStreamProperty", resultObj, streamId, name); |
static void |
setAppInstanceProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Set application instance level property NetConnection.call("setAppInstanceProperty", null, name, value); |
static void |
setApplicationProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Set application level property NetConnection.call("setApplicationProperty", null, name, value); |
static void |
setClientProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Set client level property NetConnection.call("setClientProperty", null, name, value); |
static void |
setStreamProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
Set stream level property NetConnection.call("setStreamProperty", null, streamId, name, value); |
| 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 ModuleProperties()
| Method Detail |
|---|
public static void getAppInstanceProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - params (name)
public static void getApplicationProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - params (name)
public static void getClientProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - params (name)
public static void getStreamProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - params (streamId, name)
public static void setAppInstanceProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - params (name, value)
public static void setApplicationProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - params (name, value)
public static void setClientProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - params (name, value)
public static void setStreamProperty(IClient client,
com.wowza.wms.request.RequestFunction function,
AMFDataList params)
client - clientfunction - functionparams - params (streamId, name, value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||