Uses of Class
com.wowza.wms.amf.AMFDataObj

Packages that use AMFDataObj
com.wowza.wms.amf   
com.wowza.wms.client   
com.wowza.wms.module   
 

Uses of AMFDataObj in com.wowza.wms.amf
 

Subclasses of AMFDataObj in com.wowza.wms.amf
 class AMFDataMixedArray
          AMFDataMixedArray: class for marshalling data between Wowza Pro server and Flash client.
 

Methods in com.wowza.wms.amf that return AMFDataObj
 AMFDataObj AMFDataArray.getObject(int index)
          Get item at index return as AMFDataObj
 AMFDataObj AMFDataList.getObject(int index)
          Get item at index return as AMFDataObj
 AMFDataObj AMFDataObj.getObject(int index)
          Get item at index return as AMFDataObj
 AMFDataObj AMFDataObj.getObject(String name)
          Get item at key return as AMFDataObj
 

Uses of AMFDataObj in com.wowza.wms.client
 

Methods in com.wowza.wms.client with parameters of type AMFDataObj
 void IClient.addAcceptConnectionAttribute(String key, AMFDataObj item)
          Add and attribute to the resultObj that gets passed back to the client on successful connection
 void IClient.setAcceptConnectionExObj(AMFDataObj acceptConnectionExObj)
          Call this method from onConnect to set the info.ex property returned in NetConnection onStatus handler
 

Uses of AMFDataObj in com.wowza.wms.module
 

Methods in com.wowza.wms.module that return AMFDataObj
protected static AMFDataObj ModuleBase.getParamObj(AMFDataList params, int index)
          Get parameter by index, Return as Object.