Uses of Class
com.wowza.wms.amf.AMFData
- 
- 
Uses of AMFData in com.wowza.utilMethods in com.wowza.util that return AMFData Modifier and Type Method Description static AMFData[]AMFUtils. convertParams(Object[] params)Converts an array of Java native data values and class to AMF data types.Method parameters in com.wowza.util with type arguments of type AMFData Modifier and Type Method Description static byte[]FLVUtils. modifyOnMetadataEvent(byte[] buffer, long flags, java.util.List<String> itemsToRemove, java.util.Map<String,AMFData> itemsToAdd)Modifies onMetadata event to remove or add items
- 
Uses of AMFData in com.wowza.wms.amfSubclasses of AMFData in com.wowza.wms.amf Modifier and Type Class Description classAMFDataArrayAMFDataArray: class for marshalling data between Wowza Pro server and Flash client.classAMFDataByteArrayAMFDataByteArray: class for marshalling data between Wowza Pro server and Flash client.classAMFDataItemAMFDataItem: class for marshalling data between Wowza Pro server and Flash client.classAMFDataListAMFDataList: class for marshalling data between Wowza Pro server and Flash client.classAMFDataMixedArrayAMFDataMixedArray: class for marshalling data between Wowza Pro server and Flash client.classAMFDataObjAMFDataObj: class for marshalling data between Wowza Pro server and Flash client.Fields in com.wowza.wms.amf with type parameters of type AMFData Modifier and Type Field Description protected java.util.Map<String,AMFData>AMFDataObj. membersMethods in com.wowza.wms.amf that return AMFData Modifier and Type Method Description static AMFDataAMFData. deserializeInnerObject(java.nio.ByteBuffer data, AMFDataContextDeserialize context)Deserialize next itemAMFDataAMFDataArray. get(int index)Get item at indexAMFDataAMFDataList. get(int index)Get item at indexAMFDataAMFDataObj. get(int index)AMFDataAMFDataObj. get(String name)AMFDataIAMFDataObj. get(int index)Return the object at a particular index.AMFDataIAMFDataObj. get(String name)Return the object at a particular key.AMFDataAMFDataTrait. getInnerObj()Get inner objectstatic AMFDataAMFData. getReference(java.nio.ByteBuffer data, AMFDataContextDeserialize context)Get AMF3 object referenceAMFDataAMFDataArray. remove(int index)Remove an item from the arrayAMFDataAMFDataList. remove(int index)Remove an element from the AMFDataList objectAMFDataAMFDataObj. remove(int index)AMFDataAMFDataObj. remove(String name)AMFDataIAMFDataObj. remove(int index)Remove element by indexAMFDataIAMFDataObj. remove(String name)Remove element by keyMethods in com.wowza.wms.amf with parameters of type AMFData Modifier and Type Method Description voidAMFDataArray. add(int index, AMFData data)Insert an item into the arrayvoidAMFDataArray. add(AMFData data)Append a new item onto the arrayvoidAMFDataList. add(int index, AMFData data)Insert an item into the arrayvoidAMFDataList. add(AMFData data)Append a new item onto the arrayvoidAMFDataObj. put(String name, AMFData data)voidIAMFDataObj. put(String name, AMFData data)Put or replace object at keyvoidAMFDataArray. set(int index, AMFData data)Set an array itemvoidAMFDataList. set(int index, AMFData data)Set an array itemvoidAMFDataTrait. setInnerObj(AMFData innerObj)Set inner objectstatic booleanAMFData. triggerAMF3Switch(AMFData data)Return true if the object is serialized differently in AMF3
- 
Uses of AMFData in com.wowza.wms.clientMethods in com.wowza.wms.client with parameters of type AMFData Modifier and Type Method Description voidIClient. acceptConnection(AMFData successObj)Accept connectionvoidIClient. redirectConnection(String url, String description, AMFData errorObj)Redirection connection (NetConnection.onStatus handler returns info.code of NetConnection.Connect.Rejected and info.ex.code of 302).voidIClient. rejectConnection(AMFData errorObj)Reject connection (NetConnection.onStatus handler returns info.code of NetConnection.Connect.Rejected)voidIClient. rejectConnection(String description, AMFData errorObj)Reject connection (NetConnection.onStatus handler returns info.code of NetConnection.Connect.Rejected)voidIClient. setAcceptConnectionObj(AMFData acceptConnectionObj)Call this method from onConnect to add an "application" property to the info object that is passed back to the Flash client in the onStatus handler.
- 
Uses of AMFData in com.wowza.wms.moduleMethods in com.wowza.wms.module that return AMFData Modifier and Type Method Description protected static AMFDataModuleBase. getParam(AMFDataList params, int index)Get parameter by index.Methods in com.wowza.wms.module with parameters of type AMFData Modifier and Type Method Description protected static booleanModuleBase. sendResult(IClient client, AMFDataList params, AMFData data)Send a result to client method call as a AMFData object.
- 
Uses of AMFData in com.wowza.wms.pushpublish.protocol.rtmpFields in com.wowza.wms.pushpublish.protocol.rtmp with type parameters of type AMFData Modifier and Type Field Description protected java.util.Map<String,AMFData>PushPublishRTMP. connectMetaDataprotected java.util.Map<String,AMFData>PushPublishRTMP. onMetadataItemsToAddMethods in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type AMFData Modifier and Type Method Description voidPushPublishRTMP. addConnectMetaData(String key, AMFData value)Added metadata values to the connect metadata objectvoidPushPublishRTMP. putOnMetadataItemToAdd(String name, AMFData value)Method parameters in com.wowza.wms.pushpublish.protocol.rtmp with type arguments of type AMFData Modifier and Type Method Description AMFPacketPushPublishRTMP. filterOnMetadataEvent(AMFPacket packet, long flags, java.util.List<String> itemsToRemove, java.util.Map<String,AMFData> itemsToAdd)
- 
Uses of AMFData in com.wowza.wms.responseMethods in com.wowza.wms.response with parameters of type AMFData Modifier and Type Method Description voidResponseFunction. addBody(AMFData body)Add AMFData to the body of the message.voidResponseFunction. setBody(int index, AMFData body)Add AMFData to the body of the message.
- 
Uses of AMFData in com.wowza.wms.sharedobjectMethods in com.wowza.wms.sharedobject that return AMFData Modifier and Type Method Description AMFDataISharedObjectSlot. getData()Get slot data as AMFData object.AMFDataISharedObject. getProperty(String slotName)Get slot (property) value.AMFDataSharedObject. getProperty(String slotName)Methods in com.wowza.wms.sharedobject with parameters of type AMFData Modifier and Type Method Description voidISharedObjectSlot. init(String name, AMFData data, int slotVersion)Initialize shared object slotvoidSharedObject. sendInternal(String handlerName, AMFData[] params)voidISharedObjectSlot. setData(AMFData data)Set slot data as AMFData object.voidISharedObject. setProperty(String slotName, AMFData data)Set slot (property) value as AMFData object.voidSharedObject. setProperty(String slotName, AMFData data)voidSharedObject. setSlotValue(IClient client, String slotName, byte[] byteData, AMFData amfData)voidSharedObject. setSlotValue(IClient client, String slotName, byte[] byteData, AMFData amfData, AMFDataContextDeserialize context)voidSharedObject. setSlotValue(IClient client, String slotName, AMFData amfData)
- 
Uses of AMFData in com.wowza.wms.streamMethods in com.wowza.wms.stream with parameters of type AMFData Modifier and Type Method Description voidIMediaWriter. putMetaData(String name, AMFData value)Add metadata to the metadata packet.
 
-