Uses of Class
com.wowza.wms.amf.AMFDataList
Packages that use AMFDataList
Package
Description
-
Uses of AMFDataList in com.wowza.wms.mediacaster
Methods in com.wowza.wms.mediacaster with parameters of type AMFDataListModifier and TypeMethodDescriptionvoid
ModuleMediaCaster.acquireMediaCaster
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Increment the lock count of a media caster stream.void
ModuleMediaCaster.getLockCount
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Get the current lock count for a streamvoid
ModuleMediaCaster.getPlayerCount
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Get the numbers of players associated with a particular media castervoid
ModuleMediaCaster.getStreamNames
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Get an array of stream names that are media casters associate with this application instance (returned as AMFDataArray)void
ModuleMediaCaster.releaseMediaCaster
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Decrement the lock count of a media caster streamvoid
ModuleMediaCaster.resetStream
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Reset a media caster streamvoid
ModuleMediaCaster.shutdownStream
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Force shutdown a media caster stream -
Uses of AMFDataList in com.wowza.wms.module
Methods in com.wowza.wms.module with parameters of type AMFDataListModifier and TypeMethodDescriptionstatic void
ModuleCore.closeStream
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Server side implementation of NetStream.close();static void
ModuleCore.createStream
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Create new server side NetStream object (internal to Flash workings).static void
ModuleCore.deleteStream
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Delete server side stream object (internal to Flash workings).static void
ModuleCore.FCPublish
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) FCPublish method called by FME 2.5static void
ModuleCore.FCSubscribe
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) FCSubscribe subscribes to a live stream (if origin edge will start the stream from the origin to the edge)static void
ModuleCore.FCUnpublish
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) static void
ModuleCore.FCUnPublish
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) FCUnpublish method called by FME 2.5static void
ModuleCore.FCUnsubscribe
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) FCUnSubscribe to a live streamstatic void
ModuleCore.FCUnSubscribe
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) protected static int
ModuleBase.getCallbackParamCount
(AMFDataList params) Get the total number of parameters passed to callback.static void
ModuleCore.getClientID
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Get the clientId for a client connection NetConnection.call("getClientID", resultObj);static void
ModuleCore.getLastStreamId
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Get the id for the last created stream NetConnection.call("getLastStreamId", resultObj);static void
ModuleCore.getLiveStreamPacketizer
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Get the live stream packetizer list for a client connection NetConnection.call("getLiveStreamPacketizer", resultObj);static void
ModuleCore.getMediaList
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) static void
ModuleCore.getPageUrl
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) getPageUrl returns the pageUrl from the onConnect metadataprotected static AMFData
ModuleBase.getParam
(AMFDataList params, int index) Get parameter by index.protected static boolean
ModuleBase.getParamBoolean
(AMFDataList params, int index) Get parameter by index, Return as boolean.protected static boolean
ModuleBase.getParamBoolean
(AMFDataList params, int index, boolean defaultVal) Get parameter by index, Return as boolean.protected static int
ModuleBase.getParamCount
(AMFDataList params) Get the total number of parameters passed to method.protected static Date
ModuleBase.getParamDate
(AMFDataList params, int index) Get parameter by index, Return as Date.protected static double
ModuleBase.getParamDouble
(AMFDataList params, int index) Get parameter by index, Return as double.protected static double
ModuleBase.getParamDouble
(AMFDataList params, int index, double defaultVal) Get parameter by index, Return as double.protected static int
ModuleBase.getParamInt
(AMFDataList params, int index) Get parameter by index, Return as int.protected static int
ModuleBase.getParamInt
(AMFDataList params, int index, int defaultVal) Get parameter by index, Return as int.protected static long
ModuleBase.getParamLong
(AMFDataList params, int index) Get parameter by index, Return as long.protected static long
ModuleBase.getParamLong
(AMFDataList params, int index, long defaultVal) Get parameter by index, Return as long.protected static AMFDataMixedArray
ModuleBase.getParamMixedArray
(AMFDataList params, int index) Get parameter by index, Return as AMFDataMixedArray.protected static AMFDataObj
ModuleBase.getParamObj
(AMFDataList params, int index) Get parameter by index, Return as Object.protected static String
ModuleBase.getParamString
(AMFDataList params, int index) Get parameter by index, Return as String.protected static String
ModuleBase.getParamString
(AMFDataList params, int index, String defaultVal) Get parameter by index, Return as String.protected static int
ModuleBase.getParamType
(AMFDataList params, int index) Get parameter type.static void
ModuleCore.getReferrer
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) getReferrer returns the referrer from the onConnect metadatastatic void
ModuleCore.getRepeaterOriginUrl
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Get the Repeater Origin URL for this clientvoid
ModuleCore.getStreamBitrate
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Get stream bitrate in bits-per-second for a video on demand stream (will not work for live).static void
ModuleCore.getStreamLength
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Get stream length in seconds NetConnection.call("getStreamLength", resultObj, streamName); If you pass in an array of streamNames it will return an array of durations.static void
ModuleCore.getStreamType
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Get the default stream type for a client connection NetConnection.call("getStreamType", resultObj);static void
ModuleCore.getVersion
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Get the Wowza Pro server version and build number NetConnection.call("getVersion", resultObj);static void
ModuleCore.initLiveStreamRepeating
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Initialize a stream for live stream repeatingstatic void
ModuleCore.initStream
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Create new server side NetStream object (internal to Flash workings).protected void
ModuleBase.invokePrevious
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Wowza Pro will determine command priority based on the order of the modules in the module list.protected static void
ModuleBase.invokePrevious
(Object instance, IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Wowza Pro will determine command priority based on the order of the modules in the module list.protected static boolean
ModuleBase.isSendResult
(AMFDataList params) Is this method call expecting sendResult to be called.static void
ModuleClientLogging.logDebug
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Send a debug message to the logging system NetConnection.call("logDebug", null, message);static void
ModuleClientLogging.logError
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Send a error message to the logging system NetConnection.call("logError", null, message);static void
ModuleClientLogging.logInfo
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Send a info message to the logging system NetConnection.call("logInfo", null, message);static void
ModuleClientLogging.logWarn
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Send a warning message to the logging system NetConnection.call("logWarn", null, message);void
IModuleOnCall.onCall
(String handlerName, IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Catch-all method handler.void
IModuleOnConnect.onConnect
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Invoked when a client connection is initiated.void
IModuleCallResult.onResult
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Triggered on client side result from call to IClient.callvoid
ServerListenerStreamDemoPublisher.onVHostClientConnect
(IVHost vhost, IClient inClient, com.wowza.wms.request.RequestFunction function, AMFDataList params) static void
ModuleCore.pause
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Server side implementation of NetStream.pause([ flag : Boolean]);static void
ModuleCore.pauseRaw
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) pauseRaw method introduced in Flash player 10static void
ModuleCore.play
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Server side implementation of NetStream.play(name : Object [,start : Number[, len : Number[, reset : Object]]]);static void
ModuleCore.play2
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Server side implementation of NetStream.play(playOptions : NetStreamPlayOptions);static void
ModuleCore.publish
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Server side implementation of NetStream.publish(name : String [, howToPublish : String]);static void
ModuleCore.receiveAudio
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Server side implementation of NetStream.receiveAudio(receive : Boolean);static void
ModuleCore.receiveVideo
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Server side implementation of NetStream.receiveVideo(receive : Boolean | FPS : Number); FPS does not work the same as FMS.static void
ModuleCore.releaseStream
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) static void
ModuleCore.seek
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Server side implementation of NetStream.seek(offset : Number);protected static boolean
ModuleBase.sendResult
(IClient client, AMFDataList params, boolean value) Send a result to client method call as a single boolean value.protected static boolean
ModuleBase.sendResult
(IClient client, AMFDataList params, double value) Send a result to client method call as a single double value.protected static boolean
ModuleBase.sendResult
(IClient client, AMFDataList params, int value) Send a result to client method call as a single int value.protected static boolean
ModuleBase.sendResult
(IClient client, AMFDataList params, AMFData data) Send a result to client method call as a AMFData object.protected static boolean
ModuleBase.sendResult
(IClient client, AMFDataList params, String value) Send a result to client method call as a single String value.static void
ModuleCore.setBandwidthLimit
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) static void
ModuleCore.setBufferTime
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Server side implementation of NetStream.setBufferTime(bufferTime : Number);static void
ModuleCore.setLiveStreamPacketizer
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Set the live stream packetizer for a streamstatic void
ModuleCore.setRepeaterOriginUrl
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Set the Repeater Origin URL for this clientstatic void
ModuleCore.setStreamType
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Set the default stream type for a client connection NetConnection.call("setStreamType", null, streamType);static void
ModuleCore.startTransmit
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) static void
ModuleCore.stopTransmit
(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) -
Uses of AMFDataList in com.wowza.wms.netconnection
Methods in com.wowza.wms.netconnection with parameters of type AMFDataListModifier and TypeMethodDescriptionvoid
INetConnectionCallback.onCallback
(INetConnection netconnection, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
INetConnectionCallResult.onResult
(INetConnection netconnection, com.wowza.wms.request.RequestFunction function, AMFDataList params) -
Uses of AMFDataList in com.wowza.wms.pushpublish.protocol.rtmp
Methods in com.wowza.wms.pushpublish.protocol.rtmp that return AMFDataListMethods in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type AMFDataListModifier and TypeMethodDescriptionprotected AMFDataObj
PushPublishRTMPAuthProviderBase.getParamObj
(AMFDataList params, int index) void
IPushPublishRTMPAuthProvider.handleConnectResponse
(com.wowza.wms.request.RequestFunction function, AMFDataList params) void
PushPublishRTMPAuthProviderAdobe.handleConnectResponse
(com.wowza.wms.request.RequestFunction function, AMFDataList params) void
PushPublishRTMPAuthProviderLimelight.handleConnectResponse
(com.wowza.wms.request.RequestFunction function, AMFDataList params) protected void
PushPublishRTMP.notifyAkamaiClientLogin
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) Notify Akamai ClientLoginprotected void
PushPublishRTMP.notifyAkamaiSetChallenge
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) Notify Akamai SetChallengeprotected void
PushPublishRTMP.notifyAkamaiSetOriginConnectionInfo
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) Notify Akamai SetOriginConnectionInfoprotected void
PushPublishRTMP.notifyConnect
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) Notify connectprotected void
PushPublishRTMP.notifyFCAnnounce
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) Notify FCAnnounceprotected void
PushPublishRTMP.notifyFCPublish
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) Notify FCPublishprotected void
PushPublishRTMP.notifyHandshakeResult
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) Notify handshake resultprotected void
PushPublishRTMP.notifyStreamCreate
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) Notify stream createprotected void
PushPublishRTMP.notifyStreamOnPlayStatus
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) Notify OnPlayStatusprotected void
PushPublishRTMP.notifyStreamOnStatus
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) Notify StreamOnStatusvoid
IPushPublishRTMPNotify.onAkamaiClientLogin
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
PushPublishRTMPNotifyBase.onAkamaiClientLogin
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
IPushPublishRTMPNotify.onAkamaiSetChallenge
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
PushPublishRTMPNotifyBase.onAkamaiSetChallenge
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
IPushPublishRTMPNotify.onAkamaiSetOriginConnectionInfo
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
PushPublishRTMPNotifyBase.onAkamaiSetOriginConnectionInfo
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
IPushPublishRTMPNotify.onConnect
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
PushPublishRTMPNotifyBase.onConnect
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
IPushPublishRTMPNotify.onFCAnnounce
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
PushPublishRTMPNotifyBase.onFCAnnounce
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
IPushPublishRTMPNotify.onFCPublish
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
PushPublishRTMPNotifyBase.onFCPublish
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
IPushPublishRTMPNotify.onHandshakeResult
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
PushPublishRTMPNotifyBase.onHandshakeResult
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
IPushPublishRTMPNotify.onReleaseStream
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
PushPublishRTMPNotifyBase.onReleaseStream
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
IPushPublishRTMPNotify.onStreamCreate
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
PushPublishRTMPNotifyBase.onStreamCreate
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
IPushPublishRTMPNotify.onStreamOnPlayStatus
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
PushPublishRTMPNotifyBase.onStreamOnPlayStatus
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
IPushPublishRTMPNotify.onStreamOnStatus
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) void
PushPublishRTMPNotifyBase.onStreamOnStatus
(PushPublishRTMPNetConnectionSession pushPublisherSession, com.wowza.wms.request.RequestFunction function, AMFDataList params) -
Uses of AMFDataList in com.wowza.wms.stream
Methods in com.wowza.wms.stream with parameters of type AMFDataListModifier and TypeMethodDescriptionvoid
IMediaStreamCallback.onCallback
(IMediaStream stream, com.wowza.wms.request.RequestFunction function, AMFDataList params) Triggered on callback event -
Uses of AMFDataList in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost with parameters of type AMFDataListModifier and TypeMethodDescriptionstatic void
VHostSingleton.notifyVHostClientConnect
(IVHost vhost, IClient inClient, com.wowza.wms.request.RequestFunction function, AMFDataList params) Notify vhost client connectvoid
IVHostNotify.onVHostClientConnect
(IVHost vhost, IClient inClient, com.wowza.wms.request.RequestFunction function, AMFDataList params) Triggered before a client connects to this virtual host.void
VHostNotifyBase.onVHostClientConnect
(IVHost vhost, IClient inClient, com.wowza.wms.request.RequestFunction function, AMFDataList params)