com.wowza.wms.module
Class ModuleProperties

Object
  extended by com.wowza.wms.module.ModuleBase
      extended by com.wowza.wms.module.ModuleProperties

public class ModuleProperties
extends ModuleBase


Field Summary
 
Fields inherited from class com.wowza.wms.module.ModuleBase
CALLBACK_PARAM1, CALLBACK_PARAM10, CALLBACK_PARAM2, CALLBACK_PARAM3, CALLBACK_PARAM4, CALLBACK_PARAM5, CALLBACK_PARAM6, CALLBACK_PARAM7, CALLBACK_PARAM8, CALLBACK_PARAM9, PARAM1, PARAM10, PARAM2, PARAM3, PARAM4, PARAM5, PARAM6, PARAM7, PARAM8, PARAM9, PARAMMETHODNAME, PLAYTRANSITION_APPEND, PLAYTRANSITION_APPEND_IMMEDIATE, PLAYTRANSITION_RESET, PLAYTRANSITION_RESET_IMMEDIATE, PLAYTRANSITION_STOP, PLAYTRANSITION_SWAP, PLAYTRANSITION_SWITCH, PLAYTRANSITION_UNKNOWN, PLAYTRANSITIONSTR_APPEND, PLAYTRANSITIONSTR_RESET, PLAYTRANSITIONSTR_STOP, PLAYTRANSITIONSTR_SWAP, PLAYTRANSITIONSTR_SWITCH, PLAYTRANSITIONSTR_UNKNOWN
 
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

ModuleProperties

public ModuleProperties()
Method Detail

getAppInstanceProperty

public static void getAppInstanceProperty(IClient client,
                                          com.wowza.wms.request.RequestFunction function,
                                          AMFDataList params)
Get application instance level property value NetConnection.call("getAppInstanceProperty", resultObj, name);

Parameters:
client - client
function - function
params - params (name)

getApplicationProperty

public static void getApplicationProperty(IClient client,
                                          com.wowza.wms.request.RequestFunction function,
                                          AMFDataList params)
Get application level property value NetConnection.call("getApplicationProperty", resultObj, name);

Parameters:
client - client
function - function
params - params (name)

getClientProperty

public static void getClientProperty(IClient client,
                                     com.wowza.wms.request.RequestFunction function,
                                     AMFDataList params)
Get client level property value NetConnection.call("getClientProperty", resultObj, name);

Parameters:
client - client
function - function
params - params (name)

getStreamProperty

public static void getStreamProperty(IClient client,
                                     com.wowza.wms.request.RequestFunction function,
                                     AMFDataList params)
Get stream level property value NetConnection.call("getStreamProperty", resultObj, streamId, name);

Parameters:
client - client
function - function
params - params (streamId, name)

setAppInstanceProperty

public static void setAppInstanceProperty(IClient client,
                                          com.wowza.wms.request.RequestFunction function,
                                          AMFDataList params)
Set application instance level property NetConnection.call("setAppInstanceProperty", null, name, value);

Parameters:
client - client
function - function
params - params (name, value)

setApplicationProperty

public static void setApplicationProperty(IClient client,
                                          com.wowza.wms.request.RequestFunction function,
                                          AMFDataList params)
Set application level property NetConnection.call("setApplicationProperty", null, name, value);

Parameters:
client - client
function - function
params - params (name, value)

setClientProperty

public static void setClientProperty(IClient client,
                                     com.wowza.wms.request.RequestFunction function,
                                     AMFDataList params)
Set client level property NetConnection.call("setClientProperty", null, name, value);

Parameters:
client - client
function - function
params - params (name, value)

setStreamProperty

public static void setStreamProperty(IClient client,
                                     com.wowza.wms.request.RequestFunction function,
                                     AMFDataList params)
Set stream level property NetConnection.call("setStreamProperty", null, streamId, name, value);

Parameters:
client - client
function - function
params - params (streamId, name, value)