Uses of Class
com.wowza.wms.amf.AMFData
Packages that use AMFData
Package
Description
-
Uses of AMFData in com.wowza.util
Methods in com.wowza.util that return AMFDataModifier and TypeMethodDescriptionstatic 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 -
Uses of AMFData in com.wowza.wms.amf
Subclasses of AMFData in com.wowza.wms.amfModifier and TypeClassDescriptionclass
AMFDataArray: class for marshalling data between Wowza Pro server and Flash client.class
AMFDataByteArray: class for marshalling data between Wowza Pro server and Flash client.class
AMFDataItem: class for marshalling data between Wowza Pro server and Flash client.class
AMFDataList: class for marshalling data between Wowza Pro server and Flash client.class
AMFDataMixedArray: class for marshalling data between Wowza Pro server and Flash client.class
AMFDataObj: class for marshalling data between Wowza Pro server and Flash client.Fields in com.wowza.wms.amf with type parameters of type AMFDataMethods in com.wowza.wms.amf that return AMFDataModifier and TypeMethodDescriptionstatic AMFData
AMFData.deserializeInnerObject
(ByteBuffer data, AMFDataContextDeserialize context) Deserialize next itemAMFDataArray.get
(int index) Get item at indexAMFDataList.get
(int index) Get item at indexAMFDataObj.get
(int index) IAMFDataObj.get
(int index) Return the object at a particular index.Return the object at a particular key.AMFDataTrait.getInnerObj()
Get inner objectstatic AMFData
AMFData.getReference
(ByteBuffer data, AMFDataContextDeserialize context) Get AMF3 object referenceAMFDataArray.remove
(int index) Remove an item from the arrayAMFDataList.remove
(int index) Remove an element from the AMFDataList objectAMFDataObj.remove
(int index) IAMFDataObj.remove
(int index) Remove element by indexRemove element by keyMethods in com.wowza.wms.amf with parameters of type AMFDataModifier and TypeMethodDescriptionvoid
Insert an item into the arrayvoid
Append a new item onto the arrayvoid
Insert an item into the arrayvoid
Append a new item onto the arrayvoid
void
Put or replace object at keyvoid
Set an array itemvoid
Set an array itemvoid
AMFDataTrait.setInnerObj
(AMFData innerObj) Set inner objectstatic boolean
AMFData.triggerAMF3Switch
(AMFData data) Return true if the object is serialized differently in AMF3 -
Uses of AMFData in com.wowza.wms.client
Methods in com.wowza.wms.client with parameters of type AMFDataModifier and TypeMethodDescriptionvoid
IClient.acceptConnection
(AMFData successObj) Accept connectionvoid
IClient.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).void
IClient.rejectConnection
(AMFData errorObj) Reject connection (NetConnection.onStatus handler returns info.code of NetConnection.Connect.Rejected)void
IClient.rejectConnection
(String description, AMFData errorObj) Reject connection (NetConnection.onStatus handler returns info.code of NetConnection.Connect.Rejected)void
IClient.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.module
Methods in com.wowza.wms.module that return AMFDataModifier and TypeMethodDescriptionprotected static AMFData
ModuleBase.getParam
(AMFDataList params, int index) Get parameter by index.Methods in com.wowza.wms.module with parameters of type AMFDataModifier and TypeMethodDescriptionprotected static boolean
ModuleBase.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.rtmp
Fields in com.wowza.wms.pushpublish.protocol.rtmp with type parameters of type AMFDataModifier and TypeFieldDescriptionPushPublishRTMP.connectMetaData
PushPublishRTMP.onMetadataItemsToAdd
Methods in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type AMFDataModifier and TypeMethodDescriptionvoid
PushPublishRTMP.addConnectMetaData
(String key, AMFData value) Added metadata values to the connect metadata objectvoid
PushPublishRTMP.putOnMetadataItemToAdd
(String name, AMFData value) Method parameters in com.wowza.wms.pushpublish.protocol.rtmp with type arguments of type AMFData -
Uses of AMFData in com.wowza.wms.response
Methods in com.wowza.wms.response with parameters of type AMFData -
Uses of AMFData in com.wowza.wms.stream
Methods in com.wowza.wms.stream with parameters of type AMFDataModifier and TypeMethodDescriptionvoid
IMediaWriter.putMetaData
(String name, AMFData value) Add metadata to the metadata packet.