Uses of Class
com.wowza.wms.amf.AMFDataObj
Packages that use AMFDataObj
Package
Description
-
Uses of AMFDataObj in com.wowza.wms.amf
Subclasses of AMFDataObj in com.wowza.wms.amfModifier and TypeClassDescriptionclass
AMFDataMixedArray: class for marshalling data between Wowza Pro server and Flash client.Methods in com.wowza.wms.amf that return AMFDataObjModifier and TypeMethodDescriptionAMFDataArray.getObject
(int index) Get item at index return as AMFDataObjAMFDataList.getObject
(int index) Get item at index return as AMFDataObjAMFDataObj.getObject
(int index) IAMFDataObj.getObject
(int index) Get item at index return as AMFDataObjGet item at key return as AMFDataObjMethods in com.wowza.wms.amf with parameters of type AMFDataObjModifier and TypeMethodDescriptionvoid
IAMFExternalizable.deserialize
(AMFDataObj amfObj, ByteBuffer data, AMFDataContextDeserialize context) void
IAMFExternalizable.serialize
(AMFDataObj amfObj, DataOutputStream out, AMFDataContextSerialize context) -
Uses of AMFDataObj in com.wowza.wms.client
Methods in com.wowza.wms.client with parameters of type AMFDataObjModifier and TypeMethodDescriptionvoid
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 AMFDataObjModifier and TypeMethodDescriptionprotected 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 AMFDataObjModifier and TypeMethodDescriptionvoid
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 AMFDataObjModifier and TypeMethodDescriptionprotected 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 AMFDataObjModifier and TypeMethodDescriptionDescriptor.serializeAMF
(SpliceInformationTableSerializeAMFContext context) -
Uses of AMFDataObj in com.wowza.wms.transport.mpeg2.section.cue
Methods in com.wowza.wms.transport.mpeg2.section.cue that return AMFDataObjModifier and TypeMethodDescriptionSpliceAvailDescriptor.serializeAMF
(SpliceInformationTableSerializeAMFContext context) SpliceBandwidthReservationCommand.serializeAMF
(SpliceInformationTableSerializeAMFContext context) SpliceCommand.serializeAMF
(SpliceInformationTableSerializeAMFContext context) SpliceDTMFDescriptor.serializeAMF
(SpliceInformationTableSerializeAMFContext context) SpliceEvent.serializeAMF
(SpliceInformationTableSerializeAMFContext context) SpliceInformationTable.serializeAMF
(SpliceInformationTableSerializeAMFContext context) SpliceInsertCommand.serializeAMF
(SpliceInformationTableSerializeAMFContext context) SpliceNullCommand.serializeAMF
(SpliceInformationTableSerializeAMFContext context) SpliceScheduleCommand.serializeAMF
(SpliceInformationTableSerializeAMFContext context) SpliceSegmentationDescriptor.serializeAMF
(SpliceInformationTableSerializeAMFContext context) SpliceTime.serializeAMF
(SpliceInformationTableSerializeAMFContext context) SpliceTimeSignalCommand.serializeAMF
(SpliceInformationTableSerializeAMFContext context)