Uses of Interface
com.wowza.wms.application.IApplicationInstance
Packages that use IApplicationInstance
Package
Description
-
Uses of IApplicationInstance in com.wowza.io
Methods in com.wowza.io that return IApplicationInstanceMethods in com.wowza.io with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidIRandomAccessReader.init(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName, String mediaExtension) Intialize RandomAccessReadervoidIRandomAccessWriter2.init(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName, String mediaExtension) Intialize RandomAccessReadervoidITextReader.init(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName) voidITextWriter.init(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName) voidHTTPByteReaderS3.setAppInstance(IApplicationInstance appInstance) Constructors in com.wowza.io with parameters of type IApplicationInstanceModifierConstructorDescriptionHTTPByteReaderS3(String host, int port, IApplicationInstance appInstance) -
Uses of IApplicationInstance in com.wowza.wms.application
Methods in com.wowza.wms.application that return IApplicationInstanceModifier and TypeMethodDescriptionIApplication.getAppInstance(String name) Get applicationInstance object by name.IApplication.getAppInstance(String name, boolean doLoad) Get applicationInstance object by name and optionally load it if it was not already loaded.static IApplicationInstanceIApplicationInstance.getApplicationInstance(IVHost vhost, String appName, String appInstanceName, boolean doTouch) Methods in com.wowza.wms.application with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidIApplicationInstanceNotify.onApplicationInstanceCreate(IApplicationInstance applicationInstance) Triggered when applicationInstance createdvoidIApplicationInstanceNotify.onApplicationInstanceDestroy(IApplicationInstance applicationInstance) Triggered when applicationInstance destroyedvoidIApplication.removeAppInstance(IApplicationInstance appInstance) Disconnect all clients connected to an application instance and remove it from the IApplication application list. -
Uses of IApplicationInstance in com.wowza.wms.authentication
Methods in com.wowza.wms.authentication with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidIAuthenticate.init(IApplicationInstance appInstance, com.wowza.wms.authentication.AuthenticationItem authenticationItem) Initialize authentication class when instantiated as part of an application instancevoidIAuthenticate2.init(IApplicationInstance appInstance, com.wowza.wms.authentication.AuthenticationItem authenticationItem) Initialize authentication class when instantiated as part of an application instancevoidIAuthenticate3.init(IApplicationInstance appInstance, com.wowza.wms.authentication.AuthenticationItem authenticationItem) Initialize authentication class when instantiated as part of an application instance -
Uses of IApplicationInstance in com.wowza.wms.client
Methods in com.wowza.wms.client that return IApplicationInstance -
Uses of IApplicationInstance in com.wowza.wms.drm.cenc
Methods in com.wowza.wms.drm.cenc with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic booleanCencInfo.loadFromKeyFile(IApplicationInstance appInstance, String streamName, CencInfo cencInfo, long chunkId, int contentType, int chunkDurationTarget, String keyFileParamPrefix) voidCencInfo.setAppInstance(IApplicationInstance appInstance) -
Uses of IApplicationInstance in com.wowza.wms.dvr
Methods in com.wowza.wms.dvr that return IApplicationInstanceModifier and TypeMethodDescriptionIDvrStreamStore.getAppInstance()Get associated application instance.Methods in com.wowza.wms.dvr with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidIDvrTextReader.init(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName) voidIDvrTextWriter.init(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName) voidIDvrTextWriter.init(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName, IDvrStreamStore store) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer
Methods in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidHTTPStreamerSessionCupertino.notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) voidHTTPStreamerSessionCupertino.notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizer
Methods in com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic intLiveStreamPacketizerCupertino.getChunkDurationTarget(IApplicationInstance appInstance, String packetizer) voidLiveStreamPacketizerCupertino.init(String streamName, String packetizerName, IApplicationInstance appInstance, com.wowza.wms.stream.livepacketizer.LiveStreamPacketizerItem liveStreamPacketizerItem) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.cupertinostreaming.util
Methods in com.wowza.wms.httpstreamer.cupertinostreaming.util with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic com.wowza.wms.httpstreamer.cupertinostreaming.util.CupertinoEncInfoLiveStreamPacketizerCupertinoUtils.getEncInfo(IApplicationInstance appInstance, String streamName) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.model
Methods in com.wowza.wms.httpstreamer.model that return IApplicationInstanceModifier and TypeMethodDescriptionIHTTPStreamerApplicationContext.getAppInstance()Get application instanceIHTTPStreamerSession.getAppInstance()Get the application instance associated with this HTTP sessionMethods in com.wowza.wms.httpstreamer.model with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionIHTTPStreamerAdapter.getLiveStreamPacketizer(IApplicationInstance appInstance) Get the default live stream packetizer.IHTTPStreamerAdapter.getLiveStreamPacketizer(IApplicationInstance appInstance, com.wowza.wms.httpstreamer.model.SegmentFormat segmentFormat) Get the default live stream packetizer.IHTTPStreamerAdapter.getLiveStreamRepeater(IApplicationInstance appInstance) Get the default live stream repeater.IHTTPStreamerAdapter.getLiveStreamRepeater(IApplicationInstance appInstance, com.wowza.wms.httpstreamer.model.SegmentFormat segmentFormat) Get the default live stream repeater.voidIHTTPStreamerApplicationContext.init(IApplicationInstance appInstance, com.wowza.wms.httpstreamer.model.HTTPStreamerItem httpStreamerItem) Initialize contextvoidIHTTPSessionNotify.notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) voidIHTTPSessionNotify.notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) voidIHTTPStreamerSession.setAppInstance(IApplicationInstance appInstance) Set the application instance associated with this HTTP sessionvoidIHTTPStreamerAdapter.shutdownSession(IApplicationInstance appInstance, IHTTPStreamerSession session) Called when an HTTP streaming session is shutdown -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidHTTPStreamerSessionMPEGDash.notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) voidHTTPStreamerSessionMPEGDash.notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic intLiveStreamPacketizerMPEGDash.getSegmentDurationTarget(IApplicationInstance appInstance, String packetizer) voidLiveStreamPacketizerMPEGDash.init(String streamName, String packetizerName, IApplicationInstance appInstance, com.wowza.wms.stream.livepacketizer.LiveStreamPacketizerItem liveStreamPacketizerItem) protected voidLiveStreamPacketizerMPEGDash.parseProps(IApplicationInstance appInstance) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.mpegdashstreaming.util
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.util with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic CencInfoMPEGDashUtils.getCencInfo(IApplicationInstance appInstance, String streamName, IHTTPStreamerSession httpStreamerSession, IHTTPStreamerMPEGDashIndex index, long segmentId, CencInfo cencInfo) static CencInfoMPEGDashUtils.getCencInfo(IApplicationInstance appInstance, String streamName, ILiveStreamPacketizer liveStreamPacketizer, long segmentId, CencInfo cencInfo) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer
Methods in com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidHTTPStreamerSessionSanJose.notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) Deprecated.voidHTTPStreamerSessionSanJose.notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.sanjosestreaming.livestreampacketizer
Methods in com.wowza.wms.httpstreamer.sanjosestreaming.livestreampacketizer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidLiveStreamPacketizerSanJose.init(String streamName, String packetizerName, IApplicationInstance appInstance, com.wowza.wms.stream.livepacketizer.LiveStreamPacketizerItem liveStreamPacketizerItem) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer
Methods in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidHTTPStreamerSessionSmoothStreamer.notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) Deprecated.voidHTTPStreamerSessionSmoothStreamer.notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer
Methods in com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidLiveStreamPacketizerSmoothStreaming.init(String streamName, String packetizerName, IApplicationInstance appInstance, com.wowza.wms.stream.livepacketizer.LiveStreamPacketizerItem liveStreamPacketizerItem) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.smoothstreaming.util
Methods in com.wowza.wms.httpstreamer.smoothstreaming.util with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic com.wowza.wms.drm.playready.PlayReadyKeyInfoLiveStreamPacketizerSmoothStreamerUtils.getEncInfo(IApplicationInstance appInstance, String streamName) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.livestreamrecord.manager
Methods in com.wowza.wms.livestreamrecord.manager that return IApplicationInstanceModifier and TypeMethodDescriptionIStreamRecorder.getAppInstance()Called to get the application Instance the recorder is associated withMethods in com.wowza.wms.livestreamrecord.manager with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionILiveStreamRecordManager.getRecorder(IApplicationInstance appInstance, String streamName) Used to get a specific IStreamRecorder from the LiveStreamRecordManager Modifying the returned IStreamRecorder while a recording is active may result in undefined behavior.ILiveStreamRecordManager.getRecordersList(IApplicationInstance appInstance) Used to get the list of IStreamRecorders for a specific application instance.ILiveStreamRecordManager.getRecordersMap(IApplicationInstance appInstance) Used to get the Map of stream Name to IStreamRecorder for a specific application instance.voidILiveStreamRecordManager.splitRecording(IApplicationInstance appInstance, String streamName) Used to tell the LiveStreamRecordManager to split (a.k.a segment) a recording immediately for a specific stream in a specific application instance.voidILiveStreamRecordManager.startRecording(IApplicationInstance appInstance, StreamRecorderParameters params) Used to tell the LiveStreamRecordManager to create StreamRecorders for all streams which are published to the specified application instance.voidILiveStreamRecordManager.startRecording(IApplicationInstance appInstance, String streamName, StreamRecorderParameters params) Used to tell the LiveStreamRecordManager to create a StreamRecorder for a specific stream in a specific application instance.voidILiveStreamRecordManager.stopRecording(IApplicationInstance appInstance) Used to tell the LiveStreamRecordManager to stop all StreamRecorders on a specific application instance.voidILiveStreamRecordManager.stopRecording(IApplicationInstance appInstance, String streamName) Used to tell the LiveStreamRecordManager to stop a StreamRecorder for a specific stream in a specific application instance.Constructors in com.wowza.wms.livestreamrecord.manager with parameters of type IApplicationInstanceModifierConstructorDescriptionStreamRecorderParameters(IApplicationInstance appInstance) The constructor will read any defaults set via properties in application.xml and will use those values as the default values for this class.StreamRecorderParameters(IApplicationInstance appInstance, StreamRecorderParameters params) The constructor will copy another StreamRecorderParameters object. -
Uses of IApplicationInstance in com.wowza.wms.livestreamrecord.model
Methods in com.wowza.wms.livestreamrecord.model with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidILiveStreamRecord.init(IApplicationInstance appInstance) Deprecated.voidILiveStreamRecord.init(IApplicationInstance appInstance, IStreamRecorder streamRecorder) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.logging
Methods in com.wowza.wms.logging with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic WMSLoggerWMSLoggerFactory.getLoggerObj(IApplicationInstance appInstance) static WMSLoggerWMSLoggerFactory.getLoggerObj(Class classObj, IApplicationInstance appInstance) static voidWMSLoggerFactory.initContextLogging(IApplicationInstance appInstance) -
Uses of IApplicationInstance in com.wowza.wms.mediacache.model
Methods in com.wowza.wms.mediacache.model with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionIMediaCacheContextMapper.getMediaNameFromContext(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName, String mediaExtension) -
Uses of IApplicationInstance in com.wowza.wms.mediacaster
Methods in com.wowza.wms.mediacaster that return IApplicationInstanceModifier and TypeMethodDescriptionIMediaCaster.getAppInstance()Get the application instance this media caster is associated withMediaCasterStreamMap.getApplicationInstance()Get the parent application instance for this mapMethods in com.wowza.wms.mediacaster with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidIMediaCaster.init(MediaCasterStreamItem mediaCasterStreamItem, MediaCasterItem mediaCasterDef, IApplicationInstance appInstance, String mediaCasterId, String streamExt) Initialize the media castervoidModuleMediaCaster.onAppStart(IApplicationInstance appInstance) onAppStartvoidModuleMediaCaster.onAppStop(IApplicationInstance appInstance) onAppStopbooleanIMediaCasterValidateMediaCaster.onResetMediaCaster(IApplicationInstance appInstance, IMediaCaster mediaCaster) Called when media caster is resetbooleanIMediaCasterValidateMediaCaster.onValidateMediaCaster(IApplicationInstance appInstance, IMediaCaster mediaCaster) Called for each media caster to validate the media caster.voidIMediaCasterValidateMediaCaster.onValidateMediaCastersStart(IApplicationInstance appInstance) Called when validation for all streams of an application instance is startingvoidIMediaCasterValidateMediaCaster.onValidateMediaCastersStop(IApplicationInstance appInstance) Called when validation for all streams of an application instance is donevoidIMediaCaster.setAppInstance(IApplicationInstance appInstance) Set the application instance this media caster is assoicated withConstructors in com.wowza.wms.mediacaster with parameters of type IApplicationInstanceModifierConstructorDescriptionMediaCasterStreamMap(IApplicationInstance appInstance) Create a new mediacaster map -
Uses of IApplicationInstance in com.wowza.wms.mediacaster.cupertino
Methods in com.wowza.wms.mediacaster.cupertino with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidICupertinoMediaCasterChunkFetch.init(IApplicationInstance appins, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context) Called when the class is initiated.voidICupertinoMediaCasterID3Processor.init(IApplicationInstance appins, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context) voidICupertinoMediaCasterManageStreamName.init(IApplicationInstance appins, IMediaCaster mediacaster, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context) Called when the called is initiatedvoidICupertinoMediaCasterSegments.init(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterConnection connection, IApplicationInstance appins, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context) Initialise this segments handler -
Uses of IApplicationInstance in com.wowza.wms.mediacaster.rtp
Methods in com.wowza.wms.mediacaster.rtp with parameters of type IApplicationInstanceModifier and TypeMethodDescriptioncom.wowza.wms.mediacaster.rtp.RTPSessionDescriptionDataIRTPSessionDescriptionDataProvider.getSessionDescriptionData(IApplicationInstance appInstance, String streamName, int retryCount, IRTPSessionDescriptionSessionHandler handler, IMediaCaster mediaCaster) -
Uses of IApplicationInstance in com.wowza.wms.mediacaster.shoutcast
Methods in com.wowza.wms.mediacaster.shoutcast with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidIShoutCastHeaderDecoder.setAppInstance(IApplicationInstance appins) -
Uses of IApplicationInstance in com.wowza.wms.module
Methods in com.wowza.wms.module that return IApplicationInstanceModifier and TypeMethodDescriptionprotected static IApplicationInstanceModuleBase.getAppInstance(IClient client) Get applicationInstace of a client.ServerListenerStreamDemoPublisher.getAppInstance(IVHost vhost, ServerListenerStreamDemoPublisher.DemoPublisherConfig config) ServerListenerStreamDemoPublisher.getAppInstance(IVHost vhost, String appName, String appInstName) Methods in com.wowza.wms.module with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionprotected static WMSLoggerModuleBase.getLogger(Class classObj, IApplicationInstance appInstance) Get the logging interface.voidIModuleOnApp2.onAppCreate(IApplicationInstance appInstance) Invoked when an application instance is created.voidIModuleOnApp2.onAppDestroy(IApplicationInstance appInstance) Invoked when an application instance is destroyedvoidServerListenerStreamDemoPublisher.onApplicationInstanceCreate(IApplicationInstance applicationInstance) voidServerListenerStreamDemoPublisher.onApplicationInstanceDestroy(IApplicationInstance applicationInstance) voidIModuleOnApp.onAppStart(IApplicationInstance appInstance) Invoked when an application instance is started.voidIModuleOnApp.onAppStop(IApplicationInstance appInstance) Invoked when an application instance is stopped (destroyed).voidIModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyCreateLive(IApplicationInstance appInstance, String streamName, byte[] encKey) Called when live stream key is requested (per-published stream)voidIModuleOnHTTPSmoothStreamingPlayReady.onHTTPSmoothStreamingPlayReadyCreateLive(IApplicationInstance appInstance, String streamName, com.wowza.wms.drm.playready.PlayReadyKeyInfo playReadyKeyInfo) voidServerListenerStreamDemoPublisher.startupPublisher(IApplicationInstance applicationInstance, ServerListenerStreamDemoPublisher.DemoPublisher demoPublisher) -
Uses of IApplicationInstance in com.wowza.wms.netconnection
Methods in com.wowza.wms.netconnection that return IApplicationInstance -
Uses of IApplicationInstance in com.wowza.wms.pushpublish.model
Fields in com.wowza.wms.pushpublish.model declared as IApplicationInstanceModifier and TypeFieldDescriptionprotected IApplicationInstancePushPublishBase.appInstanceThe app instance within-which the module is running.Methods in com.wowza.wms.pushpublish.model that return IApplicationInstanceModifier and TypeMethodDescriptionIPushPublishHTTPOutputBuilder.getAppInstance()PushPublishBase.getAppInstance()Get appInstance interface.Methods in com.wowza.wms.pushpublish.model with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionIPushPublishHTTPGroupMember.createGroupPlaylist(String id, List<List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, List<List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties) Creates a group playlist.voidIPushPublish.init(IApplicationInstance appInstance2, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug) voidPushPublishBase.init(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) Inits the instance.voidPushPublishHTTPBase.init(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) Inits the instance.voidPushPublishHTTPYouTubeBase.init(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) voidPushPublishBase.setAppInstance(IApplicationInstance appInstance) Set appInstance interface.voidIPushPublishProfileUtil.setApplicationInstance(IApplicationInstance appInstance) Set the application instance associated with this Util class -
Uses of IApplicationInstance in com.wowza.wms.pushpublish.protocol.cupertino
Methods in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionPushPublishHTTPCupertino.createGroupPlaylist(String id, List<List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, List<List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties) PushPublishHTTPCupertinoUtil.createGroupPlaylist(String id, List<List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, List<List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties) voidPushPublishHTTPCupertino.init(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) voidPushPublishHTTPCupertinoAkamaiHandler.init(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) voidPushPublishHTTPCupertinoCloudStorageHandler.init(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) voidPushPublishHTTPCupertinoGoogleHandler.init(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) voidPushPublishHTTPCupertinoWowzaVideoHandler.init(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) voidPushPublishHTTPCupertinoUtil.setApplicationInstance(IApplicationInstance appInstance) -
Uses of IApplicationInstance in com.wowza.wms.pushpublish.protocol.rtmp
Methods in com.wowza.wms.pushpublish.protocol.rtmp that return IApplicationInstanceMethods in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidPushPublishRTMPAkamaiHandler.init(IApplicationInstance appInstance2, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug) voidPushPublishRTMPProfileHandler.init(IApplicationInstance appInstance2, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug) voidPushPublishRTMP.setAppInstance(IApplicationInstance appInstance) Set appInstance interface -
Uses of IApplicationInstance in com.wowza.wms.pushpublish.protocol.rtp
Methods in com.wowza.wms.pushpublish.protocol.rtp that return IApplicationInstanceMethods in com.wowza.wms.pushpublish.protocol.rtp with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidPushPublishRTP.init(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug) voidPushPublishRTP.setAppInstance(IApplicationInstance appInstance) -
Uses of IApplicationInstance in com.wowza.wms.pushpublish.protocol.sanjose
Methods in com.wowza.wms.pushpublish.protocol.sanjose with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionPushPublishHTTPSanJoseAkamaiHandler.createGroupPlaylist(String id, List<List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, List<List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties) Deprecated.voidPushPublishHTTPSanJoseAkamaiHandler.init(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) Deprecated.voidPushPublishHTTPSanJoseAkamaiHandler.setApplicationInstance(IApplicationInstance appInstance) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.rtp.model
Fields in com.wowza.wms.rtp.model declared as IApplicationInstanceModifier and TypeFieldDescriptionprotected IApplicationInstanceRTPSession.appInstanceprotected IApplicationInstanceRTPSession.appInstanceShutdownMethods in com.wowza.wms.rtp.model that return IApplicationInstanceModifier and TypeMethodDescriptionRTPSession.getAppInstance()Get application instanceRTPStream.getAppInstance()Get application instanceMethods in com.wowza.wms.rtp.model with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionbooleanRTPStream.createStream(com.wowza.wms.rtp.model.RTPRequestStatus status, IApplicationInstance appInstance) Create IMediaStream, Internal use.com.wowza.wms.rtp.model.RTPPacketizerItemRTPContext.getAudioPacketizerItem(IApplicationInstance appInstance, int codecId) Get audio packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItemRTPSession.getAudioPacketizerItem(RTPContext rtpContext, IApplicationInstance appInstance, int codecId) Get audio packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItemRTPContext.getStreamPacketizerItem(IApplicationInstance appInstance, int codecId) Get stream packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItemRTPSession.getStreamPacketizerItem(RTPContext rtpContext, IApplicationInstance appInstance, int codecId) Get stream packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItemRTPContext.getVideoPacketizerItem(IApplicationInstance appInstance, int codecId) Get video packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItemRTPSession.getVideoPacketizerItem(RTPContext rtpContext, IApplicationInstance appInstance, int codecId) Get video packetizer for a given codec id.voidRTPStream.initProperties(IApplicationInstance appInstance) voidRTPSessions.notifySessionCreate(IApplicationInstance appInstance, RTPSession rtpSession) Notify session createvoidRTPSessions.notifySessionDestroy(IApplicationInstance appInstance, RTPSession rtpSession) Notify session destroyvoidRTPSession.setAppInstance(IApplicationInstance appInstance) Set application instance -
Uses of IApplicationInstance in com.wowza.wms.sourcecontrol
Methods in com.wowza.wms.sourcecontrol that return IApplicationInstanceModifier and TypeMethodDescriptionISourceControlSession.getApplicationInstance()Get the IApplicationInstance associated with this sessionMethods in com.wowza.wms.sourcecontrol with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionISourceControl.createSourceControlSession(String streamName, IApplicationInstance appInstance) Create a SourceControlSession for the device and associate it with the provided stream name and application instancevoidISourceControlSession.setApplicationInstance(IApplicationInstance appInstance) Set the IApplicationInstance associated wit this session -
Uses of IApplicationInstance in com.wowza.wms.sourcecontrol.manager
Methods in com.wowza.wms.sourcecontrol.manager with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionSourceControlManager.createSourceControlSession(String streamName, IApplicationInstance appInstance) Creates a SourceControlSession for the indicated stream and application instance. -
Uses of IApplicationInstance in com.wowza.wms.stream
Fields in com.wowza.wms.stream declared as IApplicationInstanceMethods in com.wowza.wms.stream that return IApplicationInstanceModifier and TypeMethodDescriptionMediaStreamMap.getAppInstance()Get the parent applicationInstance.Methods in com.wowza.wms.stream with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidIMediaListReader.init(IApplicationInstance appInstance, IMediaStream stream, String mediaReadType, String basePath, String mediaName, IHTTPStreamerSession httpStreamerSession) Initialize mediaReadervoidIMediaReader.init(IApplicationInstance appInstance, IMediaStream stream, String mediaReadType, String basePath, String mediaName) Initialize mediaReaderIMediaStreamNameAliasProvider.resolvePlayAlias(IApplicationInstance appInstance, String name) Called to resolve a play aliasIMediaStreamNameAliasProvider2.resolvePlayAlias(IApplicationInstance appInstance, String name, IClient client) Resolve play alias for RTMP streamingIMediaStreamNameAliasProvider2.resolvePlayAlias(IApplicationInstance appInstance, String name, IHTTPStreamerSession httpSession) Resolve play alias for HTTP streaming.IMediaStreamNameAliasProvider2.resolvePlayAlias(IApplicationInstance appInstance, String name, RTPSession rtpSession) Resolve play alias for RTSP/RTP streamingIMediaStreamNameAliasProvider2.resolvePlayAlias(IApplicationInstance appInstance, String name, ILiveStreamPacketizer liveStreamPacketizer) Resolve play alias for live stream packetizerIMediaStreamNameAliasProvider3.resolvePlayAlias(IApplicationInstance appInstance, String name, com.wowza.wms.webrtc.model.WebRTCSession webrtcSession) Resolve play alias for WebRTCSessionIMediaStreamNameAliasProvider3.resolvePlayAlias(IApplicationInstance appInstance, String name, IWebSocketSession webSocket) Resolve play alias for IWebSocketSessionMediaStreamNameAliasProviderBase.resolvePlayAlias(IApplicationInstance appInstance, String name) MediaStreamNameAliasProviderBase.resolvePlayAlias(IApplicationInstance appInstance, String name, IClient client) MediaStreamNameAliasProviderBase.resolvePlayAlias(IApplicationInstance appInstance, String name, IHTTPStreamerSession httpSession) MediaStreamNameAliasProviderBase.resolvePlayAlias(IApplicationInstance appInstance, String name, RTPSession rtpSession) MediaStreamNameAliasProviderBase.resolvePlayAlias(IApplicationInstance appInstance, String name, ILiveStreamPacketizer liveStreamPacketizer) MediaStreamNameAliasProviderBase.resolvePlayAlias(IApplicationInstance appInstance, String name, com.wowza.wms.webrtc.model.WebRTCSession webrtcSession) MediaStreamNameAliasProviderBase.resolvePlayAlias(IApplicationInstance appInstance, String name, IWebSocketSession webSocket) IMediaStreamNameAliasProvider.resolveStreamAlias(IApplicationInstance appInstance, String name) Called to resolve a stream aliasIMediaStreamNameAliasProvider2.resolveStreamAlias(IApplicationInstance appInstance, String name, IMediaCaster mediaCaster) Resolve stream alias for MediaCasterIMediaStreamNameAliasProvider3.resolveStreamAlias(IApplicationInstance appInstance, String name, com.wowza.wms.webrtc.model.WebRTCSession webrtcSession) Resolve stream alias for WebRTCSessionIMediaStreamNameAliasProvider3.resolveStreamAlias(IApplicationInstance appInstance, String name, IWebSocketSession webSocket) Resolve stream alias for IWebSocketSessionMediaStreamNameAliasProviderBase.resolveStreamAlias(IApplicationInstance appInstance, String name) MediaStreamNameAliasProviderBase.resolveStreamAlias(IApplicationInstance appInstance, String name, IMediaCaster mediaCaster) MediaStreamNameAliasProviderBase.resolveStreamAlias(IApplicationInstance appInstance, String name, com.wowza.wms.webrtc.model.WebRTCSession webrtcSession) MediaStreamNameAliasProviderBase.resolveStreamAlias(IApplicationInstance appInstance, String name, IWebSocketSession webSocket) Constructors in com.wowza.wms.stream with parameters of type IApplicationInstanceModifierConstructorDescriptionMediaStreamMap(IApplicationInstance appInstance) Create empty MediaStreamMap collection -
Uses of IApplicationInstance in com.wowza.wms.stream.livedvr
Methods in com.wowza.wms.stream.livedvr that return IApplicationInstanceModifier and TypeMethodDescriptionILiveStreamDvrRecorder.getAppInstance()Get associated applicationInstance.Methods in com.wowza.wms.stream.livedvr with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidILiveStreamDvrRecorder.init(String streamName, String recorderName, IApplicationInstance appInstance, com.wowza.wms.stream.livedvr.DvrRecorderItem dvrRecorderItem) Initialize DVR recorder. -
Uses of IApplicationInstance in com.wowza.wms.stream.livepacketizer
Methods in com.wowza.wms.stream.livepacketizer that return IApplicationInstanceModifier and TypeMethodDescriptionILiveStreamPacketizer.getApplicationInstance()Get the application instance associated with this live stream packetizer.Methods in com.wowza.wms.stream.livepacketizer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidILiveStreamPacketizer.init(String streamName, String packetizerName, IApplicationInstance appInstance, com.wowza.wms.stream.livepacketizer.LiveStreamPacketizerItem liveStreamPacketizerItem) Initialize live stream packetizer -
Uses of IApplicationInstance in com.wowza.wms.stream.livetranscoder
Methods in com.wowza.wms.stream.livetranscoder that return IApplicationInstanceModifier and TypeMethodDescriptionILiveStreamTranscoder.getAppInstance()Get the application instance associated with this live stream transcoder.Methods in com.wowza.wms.stream.livetranscoder with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoidILiveStreamTranscoder.init(String streamName, IMediaStream stream, String transcoderName, IApplicationInstance appInstance, com.wowza.wms.stream.livetranscoder.LiveStreamTranscoderItem liveStreamTranscoderItem) Called when live stream transcoder interface is initialized.voidILiveStreamTranscoder.setAppInstance(IApplicationInstance appInstance) Set the application instance associated with this live stream transcoder. -
Uses of IApplicationInstance in com.wowza.wms.stream.publish
Methods in com.wowza.wms.stream.publish that return IApplicationInstanceMethods in com.wowza.wms.stream.publish with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic PublisherPublisher.createInstance(IApplicationInstance appInstance) static StreamStream.createInstance(IApplicationInstance appInstance, String sName) Use this to create a named Stream on an application instance.voidPublishingProviderMediaReader.getTimeTextedReader(IMediaReader mediaReader, IApplicationInstance appInstance, String mediaName, String mediaExtension, String queryStr, IMediaStream stream) -
Uses of IApplicationInstance in com.wowza.wms.transcoder.model
Methods in com.wowza.wms.transcoder.model with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionbooleanTranscoderVideoOverlayFrame.isImageFileUpdated(IApplicationInstance appInstance) booleanTranscoderVideoOverlayFrame.loadImage(IApplicationInstance appInstance, boolean reload) If you set a path to an image file (JPG, PNG, BMP...) this will load the image into this object.voidILiveStreamTranscoderActionNotify.onInitStart(com.wowza.wms.transcoder.model.LiveStreamTranscoder liveStreamTranscoder, String streamName, String transcoderName, IApplicationInstance appInstance, com.wowza.wms.stream.livetranscoder.LiveStreamTranscoderItem liveStreamTranscoderItem) Call when live stream transcoder is first createdvoidLiveStreamTranscoderActionNotifyBase.onInitStart(com.wowza.wms.transcoder.model.LiveStreamTranscoder liveStreamTranscoder, String streamName, String transcoderName, IApplicationInstance appInstance, com.wowza.wms.stream.livetranscoder.LiveStreamTranscoderItem liveStreamTranscoderItem) -
Uses of IApplicationInstance in com.wowza.wms.util
Methods in com.wowza.wms.util with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic RTPStreamRTPUtils.decodeStreamInfo(IApplicationInstance appInstance, RTPContext context, String streamId, String streamInfo) Decode SDP info and create RTP streamstatic RTPStreamRTPUtils.decodeStreamInfo(IApplicationInstance appInstance, com.wowza.wms.rtp.model.RTPStreamContext rtpStreamContext, RTPContext context, String streamId, String streamInfo) Decode SDP info and create RTP streamstatic doubleStreamUtils.getStreamBitrate(IApplicationInstance appInstance, String streamName) static doubleStreamUtils.getStreamLength(IApplicationInstance appInstance, String streamName) Get the duration of a media file in seconds.static StringStreamUtils.getStreamProtocolString(IMediaStream stream, IApplicationInstance appInstance) static RTPPushPublishSessionRTPUtils.startRTPPull(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int streamPort) Start pushing an RTP streamstatic RTPPushPublishSessionRTPUtils.startRTPPull(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int streamPort, boolean isRTPWrapped) Start pushing an RTP streamstatic RTPPushPublishSessionRTPUtils.startRTPPull(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int audioPort, int videoPort) Start pushing an RTP streamstatic RTPPushPublishSessionRTPUtils.startRTPPull(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int audioPort, int videoPort, boolean isRTPWrapped) Start pushing an RTP streamstatic RTPPushPublishSessionRTPUtils.startRTPPull(IApplicationInstance appInstance, String streamName, RTPDestination rtpDestination) Start pushing an RTP stream -
Uses of IApplicationInstance in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost that return IApplicationInstanceModifier and TypeMethodDescriptionIVHost.getApplicationInstance(String appName, String appInstanceName) Gets an application instance for an application.IVHost.getApplicationInstance(String appName, String appInstanceName, boolean doLoad) Gets an application instance for an application.