Uses of Class
com.wowza.wms.amf.AMFDataObj
- 
- 
Uses of AMFDataObj in com.wowza.wms.amfSubclasses of AMFDataObj in com.wowza.wms.amf Modifier and Type Class Description classAMFDataMixedArrayAMFDataMixedArray: class for marshalling data between Wowza Pro server and Flash client.Methods in com.wowza.wms.amf that return AMFDataObj Modifier and Type Method Description AMFDataObjAMFDataArray. getObject(int index)Get item at index return as AMFDataObjAMFDataObjAMFDataList. getObject(int index)Get item at index return as AMFDataObjAMFDataObjAMFDataObj. getObject(int index)AMFDataObjAMFDataObj. getObject(String name)AMFDataObjIAMFDataObj. getObject(int index)Get item at index return as AMFDataObjAMFDataObjIAMFDataObj. getObject(String name)Get item at key return as AMFDataObjMethods in com.wowza.wms.amf with parameters of type AMFDataObj Modifier and Type Method Description voidIAMFExternalizable. deserialize(AMFDataObj amfObj, java.nio.ByteBuffer data, AMFDataContextDeserialize context)voidIAMFExternalizable. serialize(AMFDataObj amfObj, java.io.DataOutputStream out, AMFDataContextSerialize context)
- 
Uses of AMFDataObj in com.wowza.wms.clientMethods in com.wowza.wms.client with parameters of type AMFDataObj Modifier and Type Method Description voidIClient. addAcceptConnectionAttribute(String key, AMFDataObj item)Add and attribute to the resultObj that gets passed back to the client on successful connectionvoidIClient. 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.moduleMethods in com.wowza.wms.module that return AMFDataObj Modifier and Type Method Description protected static AMFDataObjModuleBase. getParamObj(AMFDataList params, int index)Get parameter by index, Return as Object.
- 
Uses of AMFDataObj in com.wowza.wms.netconnectionMethods in com.wowza.wms.netconnection with parameters of type AMFDataObj Modifier and Type Method Description voidINetConnection. callConnect(INetConnectionCallResult resultObj, AMFDataObj metaData, Object... params)
- 
Uses of AMFDataObj in com.wowza.wms.pushpublish.protocol.rtmpMethods in com.wowza.wms.pushpublish.protocol.rtmp that return AMFDataObj Modifier and Type Method Description protected AMFDataObjPushPublishRTMPAuthProviderBase. getParamObj(AMFDataList params, int index)
- 
Uses of AMFDataObj in com.wowza.wms.transport.mpeg2Methods in com.wowza.wms.transport.mpeg2 that return AMFDataObj Modifier and Type Method Description AMFDataObjDescriptor. serializeAMF(SpliceInformationTableSerializeAMFContext context)
- 
Uses of AMFDataObj in com.wowza.wms.transport.mpeg2.section.cue
 
-