Uses of Class
com.wowza.wms.amf.AMFDataObj
-
-
Uses of AMFDataObj in com.wowza.wms.amf
Subclasses of AMFDataObj in com.wowza.wms.amf Modifier and Type Class Description class
AMFDataMixedArray
AMFDataMixedArray: 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 AMFDataObj
AMFDataArray. getObject(int index)
Get item at index return as AMFDataObjAMFDataObj
AMFDataList. getObject(int index)
Get item at index return as AMFDataObjAMFDataObj
AMFDataObj. getObject(int index)
AMFDataObj
AMFDataObj. getObject(String name)
AMFDataObj
IAMFDataObj. getObject(int index)
Get item at index return as AMFDataObjAMFDataObj
IAMFDataObj. 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 void
IAMFExternalizable. deserialize(AMFDataObj amfObj, java.nio.ByteBuffer data, AMFDataContextDeserialize context)
void
IAMFExternalizable. serialize(AMFDataObj amfObj, java.io.DataOutputStream out, AMFDataContextSerialize context)
-
Uses of AMFDataObj in com.wowza.wms.client
Methods in com.wowza.wms.client with parameters of type AMFDataObj Modifier and Type Method Description void
IClient. addAcceptConnectionAttribute(String key, AMFDataObj item)
Add and attribute to the resultObj that gets passed back to the client on successful connectionvoid
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 Modifier and Type Method Description protected static AMFDataObj
ModuleBase. getParamObj(AMFDataList params, int index)
Get parameter by index, Return as Object. -
Uses of AMFDataObj in com.wowza.wms.netconnection
Methods in com.wowza.wms.netconnection with parameters of type AMFDataObj Modifier and Type Method Description void
INetConnection. callConnect(INetConnectionCallResult resultObj, AMFDataObj metaData, Object... params)
-
Uses of AMFDataObj in com.wowza.wms.pushpublish.protocol.rtmp
Methods in com.wowza.wms.pushpublish.protocol.rtmp that return AMFDataObj Modifier and Type Method Description protected AMFDataObj
PushPublishRTMPAuthProviderBase. getParamObj(AMFDataList params, int index)
-
Uses of AMFDataObj in com.wowza.wms.transport.mpeg2
Methods in com.wowza.wms.transport.mpeg2 that return AMFDataObj Modifier and Type Method Description AMFDataObj
Descriptor. serializeAMF(SpliceInformationTableSerializeAMFContext context)
-
Uses of AMFDataObj in com.wowza.wms.transport.mpeg2.section.cue
-