Uses of Interface
com.wowza.wms.application.IApplicationInstance
- 
- 
Uses of IApplicationInstance in com.wowza.ioMethods in com.wowza.io that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceHTTPByteReaderS3. getAppInstance()Methods in com.wowza.io with parameters of type IApplicationInstance Modifier and Type Method Description voidIRandomAccessReader. 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 IApplicationInstance Constructor Description HTTPByteReaderS3(String host, int port, IApplicationInstance appInstance)
- 
Uses of IApplicationInstance in com.wowza.wms.applicationMethods in com.wowza.wms.application that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceIApplication. getAppInstance(String name)Get applicationInstance object by name.IApplicationInstanceIApplication. getAppInstance(String name, boolean doLoad)Get applicationInstance object by name and optionally load it if it was not already loaded.Methods in com.wowza.wms.application with parameters of type IApplicationInstance Modifier and Type Method Description voidIApplicationInstanceNotify. 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.authenticationMethods in com.wowza.wms.authentication with parameters of type IApplicationInstance Modifier and Type Method Description voidIAuthenticate. 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.clientMethods in com.wowza.wms.client that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceIClient. getAppInstance()Get parent applicationInstance.
- 
Uses of IApplicationInstance in com.wowza.wms.drm.cencMethods in com.wowza.wms.drm.cenc with parameters of type IApplicationInstance Modifier and Type Method Description static 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.dvrMethods in com.wowza.wms.dvr that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceIDvrStreamStore. getAppInstance()Get associated application instance.Methods in com.wowza.wms.dvr with parameters of type IApplicationInstance Modifier and Type Method Description voidIDvrTextReader. 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.httpstreamerMethods in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer with parameters of type IApplicationInstance Modifier and Type Method Description voidHTTPStreamerSessionCupertino. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)voidHTTPStreamerSessionCupertino. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
- 
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizerMethods in com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizer with parameters of type IApplicationInstance Modifier and Type Method Description static 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.utilMethods in com.wowza.wms.httpstreamer.cupertinostreaming.util with parameters of type IApplicationInstance Modifier and Type Method Description static com.wowza.wms.httpstreamer.cupertinostreaming.util.CupertinoEncInfoLiveStreamPacketizerCupertinoUtils. getEncInfo(IApplicationInstance appInstance, String streamName)
- 
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.modelMethods in com.wowza.wms.httpstreamer.model that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceIHTTPStreamerApplicationContext. getAppInstance()Get application instanceIApplicationInstanceIHTTPStreamerSession. getAppInstance()Get the application instance associated with this HTTP sessionMethods in com.wowza.wms.httpstreamer.model with parameters of type IApplicationInstance Modifier and Type Method Description StringIHTTPStreamerAdapter. getLiveStreamPacketizer(IApplicationInstance appInstance)Get the default live stream packetizer.StringIHTTPStreamerAdapter. getLiveStreamPacketizer(IApplicationInstance appInstance, com.wowza.wms.httpstreamer.model.SegmentFormat segmentFormat)Get the default live stream packetizer.StringIHTTPStreamerAdapter. getLiveStreamRepeater(IApplicationInstance appInstance)Get the default live stream repeater.StringIHTTPStreamerAdapter. 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.httpstreamerMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer with parameters of type IApplicationInstance Modifier and Type Method Description voidHTTPStreamerSessionMPEGDash. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)voidHTTPStreamerSessionMPEGDash. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
- 
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizerMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer with parameters of type IApplicationInstance Modifier and Type Method Description static 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.utilMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.util with parameters of type IApplicationInstance Modifier and Type Method Description static 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.httpstreamerMethods in com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer with parameters of type IApplicationInstance Modifier and Type Method Description voidHTTPStreamerSessionSanJose. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)Deprecated.voidHTTPStreamerSessionSanJose. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)Deprecated.
- 
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.sanjosestreaming.livestreampacketizerMethods in com.wowza.wms.httpstreamer.sanjosestreaming.livestreampacketizer with parameters of type IApplicationInstance Modifier and Type Method Description voidLiveStreamPacketizerSanJose. init(String streamName, String packetizerName, IApplicationInstance appInstance, com.wowza.wms.stream.livepacketizer.LiveStreamPacketizerItem liveStreamPacketizerItem)Deprecated.
- 
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamerMethods in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer with parameters of type IApplicationInstance Modifier and Type Method Description voidHTTPStreamerSessionSmoothStreamer. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)Deprecated.voidHTTPStreamerSessionSmoothStreamer. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)Deprecated.
- 
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizerMethods in com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer with parameters of type IApplicationInstance Modifier and Type Method Description voidLiveStreamPacketizerSmoothStreaming. init(String streamName, String packetizerName, IApplicationInstance appInstance, com.wowza.wms.stream.livepacketizer.LiveStreamPacketizerItem liveStreamPacketizerItem)Deprecated.
- 
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.smoothstreaming.utilMethods in com.wowza.wms.httpstreamer.smoothstreaming.util with parameters of type IApplicationInstance Modifier and Type Method Description static com.wowza.wms.drm.playready.PlayReadyKeyInfoLiveStreamPacketizerSmoothStreamerUtils. getEncInfo(IApplicationInstance appInstance, String streamName)Deprecated.
- 
Uses of IApplicationInstance in com.wowza.wms.livestreamrecord.managerMethods in com.wowza.wms.livestreamrecord.manager that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceIStreamRecorder. getAppInstance()Called to get the application Instance the recorder is associated withMethods in com.wowza.wms.livestreamrecord.manager with parameters of type IApplicationInstance Modifier and Type Method Description IStreamRecorderILiveStreamRecordManager. 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.java.util.List<IStreamRecorder>ILiveStreamRecordManager. getRecordersList(IApplicationInstance appInstance)Used to get the list of IStreamRecorders for a specific application instance.java.util.Map<String,IStreamRecorder>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 IApplicationInstance Constructor Description StreamRecorderParameters(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.modelMethods in com.wowza.wms.livestreamrecord.model with parameters of type IApplicationInstance Modifier and Type Method Description voidILiveStreamRecord. init(IApplicationInstance appInstance)Deprecated.voidILiveStreamRecord. init(IApplicationInstance appInstance, IStreamRecorder streamRecorder)Deprecated.
- 
Uses of IApplicationInstance in com.wowza.wms.loggingMethods in com.wowza.wms.logging with parameters of type IApplicationInstance Modifier and Type Method Description static WMSLoggerWMSLoggerFactory. getLoggerObj(IApplicationInstance appInstance)static WMSLoggerWMSLoggerFactory. getLoggerObj(Class classObj, IApplicationInstance appInstance)static voidWMSLoggerFactory. initContextLogging(IApplicationInstance appInstance)
- 
Uses of IApplicationInstance in com.wowza.wms.mediacache.modelMethods in com.wowza.wms.mediacache.model with parameters of type IApplicationInstance Modifier and Type Method Description StringIMediaCacheContextMapper. getMediaNameFromContext(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName, String mediaExtension)
- 
Uses of IApplicationInstance in com.wowza.wms.mediacasterMethods in com.wowza.wms.mediacaster that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceIMediaCaster. getAppInstance()Get the application instance this media caster is associated withIApplicationInstanceMediaCasterStreamMap. getApplicationInstance()Get the parent application instance for this mapMethods in com.wowza.wms.mediacaster with parameters of type IApplicationInstance Modifier and Type Method Description voidIMediaCaster. 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 IApplicationInstance Constructor Description MediaCasterStreamMap(IApplicationInstance appInstance)Create a new mediacaster map
- 
Uses of IApplicationInstance in com.wowza.wms.mediacaster.cupertinoMethods in com.wowza.wms.mediacaster.cupertino with parameters of type IApplicationInstance Modifier and Type Method Description voidICupertinoMediaCasterChunkFetch. 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.rtpMethods in com.wowza.wms.mediacaster.rtp with parameters of type IApplicationInstance Modifier and Type Method Description com.wowza.wms.mediacaster.rtp.RTPSessionDescriptionDataIRTPSessionDescriptionDataProvider. getSessionDescriptionData(IApplicationInstance appInstance, String streamName, int retryCount, IRTPSessionDescriptionSessionHandler handler, IMediaCaster mediaCaster)
- 
Uses of IApplicationInstance in com.wowza.wms.mediacaster.shoutcastMethods in com.wowza.wms.mediacaster.shoutcast with parameters of type IApplicationInstance Modifier and Type Method Description voidIShoutCastHeaderDecoder. setAppInstance(IApplicationInstance appins)
- 
Uses of IApplicationInstance in com.wowza.wms.moduleMethods in com.wowza.wms.module that return IApplicationInstance Modifier and Type Method Description protected static IApplicationInstanceModuleBase. getAppInstance(IClient client)Get applicationInstace of a client.IApplicationInstanceServerListenerStreamDemoPublisher. getAppInstance(IVHost vhost, ServerListenerStreamDemoPublisher.DemoPublisherConfig config)IApplicationInstanceServerListenerStreamDemoPublisher. getAppInstance(IVHost vhost, String appName, String appInstName)Methods in com.wowza.wms.module with parameters of type IApplicationInstance Modifier and Type Method Description protected 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.netconnectionMethods in com.wowza.wms.netconnection that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceINetConnection. getAppInstance()
- 
Uses of IApplicationInstance in com.wowza.wms.pushpublish.modelFields in com.wowza.wms.pushpublish.model declared as IApplicationInstance Modifier and Type Field Description protected IApplicationInstancePushPublishBase. appInstanceThe app instance within-which the module is running.Methods in com.wowza.wms.pushpublish.model that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceIPushPublishHTTPOutputBuilder. getAppInstance()IApplicationInstancePushPublishBase. getAppInstance()Get appInstance interface.Methods in com.wowza.wms.pushpublish.model with parameters of type IApplicationInstance Modifier and Type Method Description ManifestModelIPushPublishHTTPGroupMember. createGroupPlaylist(String id, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties)Creates a group playlist.voidIPushPublish. init(IApplicationInstance appInstance2, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug)voidPushPublishBase. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)Inits the instance.voidPushPublishHTTPBase. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)Inits the instance.voidPushPublishHTTPYouTubeBase. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.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.cupertinoMethods in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type IApplicationInstance Modifier and Type Method Description ManifestModelPushPublishHTTPCupertino. createGroupPlaylist(String id, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties)ManifestModelPushPublishHTTPCupertinoUtil. createGroupPlaylist(String id, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties)voidPushPublishHTTPCupertino. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)voidPushPublishHTTPCupertinoAkamaiHandler. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)voidPushPublishHTTPCupertinoCloudStorageHandler. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)voidPushPublishHTTPCupertinoCloudStorageHandler2. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)voidPushPublishHTTPCupertinoGoogleHandler. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug)voidPushPublishHTTPCupertinoWowzaVideoHandler. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.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.rtmpMethods in com.wowza.wms.pushpublish.protocol.rtmp that return IApplicationInstance Modifier and Type Method Description IApplicationInstancePushPublishRTMP. getAppInstance()Get appInstance interfaceMethods in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type IApplicationInstance Modifier and Type Method Description voidPushPublishRTMPAkamaiHandler. init(IApplicationInstance appInstance2, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.Map<String,String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug)voidPushPublishRTMPProfileHandler. init(IApplicationInstance appInstance2, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.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.rtpMethods in com.wowza.wms.pushpublish.protocol.rtp that return IApplicationInstance Modifier and Type Method Description IApplicationInstancePushPublishRTP. getAppInstance()Methods in com.wowza.wms.pushpublish.protocol.rtp with parameters of type IApplicationInstance Modifier and Type Method Description voidPushPublishRTP. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.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.sanjoseMethods in com.wowza.wms.pushpublish.protocol.sanjose with parameters of type IApplicationInstance Modifier and Type Method Description ManifestModelPushPublishHTTPSanJoseAkamaiHandler. createGroupPlaylist(String id, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, java.util.List<java.util.List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties)Deprecated.voidPushPublishHTTPSanJoseAkamaiHandler. init(IApplicationInstance appInstance, String streamName, IMediaStream stream, java.util.Map<String,String> profileData, java.util.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.modelFields in com.wowza.wms.rtp.model declared as IApplicationInstance Modifier and Type Field Description protected IApplicationInstanceRTPSession. appInstanceprotected IApplicationInstanceRTPSession. appInstanceShutdownMethods in com.wowza.wms.rtp.model that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceRTPSession. getAppInstance()Get application instanceIApplicationInstanceRTPStream. getAppInstance()Get application instanceMethods in com.wowza.wms.rtp.model with parameters of type IApplicationInstance Modifier and Type Method Description booleanRTPStream. 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.sourcecontrolMethods in com.wowza.wms.sourcecontrol that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceISourceControlSession. getApplicationInstance()Get the IApplicationInstance associated with this sessionMethods in com.wowza.wms.sourcecontrol with parameters of type IApplicationInstance Modifier and Type Method Description ISourceControlSessionISourceControl. 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.managerMethods in com.wowza.wms.sourcecontrol.manager with parameters of type IApplicationInstance Modifier and Type Method Description ISourceControlSessionSourceControlManager. createSourceControlSession(String streamName, IApplicationInstance appInstance)Creates a SourceControlSession for the indicated stream and application instance.
- 
Uses of IApplicationInstance in com.wowza.wms.streamFields in com.wowza.wms.stream declared as IApplicationInstance Modifier and Type Field Description protected IApplicationInstanceMediaStreamMap. appInstanceMethods in com.wowza.wms.stream that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceMediaStreamMap. getAppInstance()Get the parent applicationInstance.Methods in com.wowza.wms.stream with parameters of type IApplicationInstance Modifier and Type Method Description voidIMediaListReader. 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 mediaReaderStringIMediaStreamNameAliasProvider. resolvePlayAlias(IApplicationInstance appInstance, String name)Called to resolve a play aliasStringIMediaStreamNameAliasProvider2. resolvePlayAlias(IApplicationInstance appInstance, String name, IClient client)Resolve play alias for RTMP streamingStringIMediaStreamNameAliasProvider2. resolvePlayAlias(IApplicationInstance appInstance, String name, IHTTPStreamerSession httpSession)Resolve play alias for HTTP streaming.StringIMediaStreamNameAliasProvider2. resolvePlayAlias(IApplicationInstance appInstance, String name, RTPSession rtpSession)Resolve play alias for RTSP/RTP streamingStringIMediaStreamNameAliasProvider2. resolvePlayAlias(IApplicationInstance appInstance, String name, ILiveStreamPacketizer liveStreamPacketizer)Resolve play alias for live stream packetizerStringIMediaStreamNameAliasProvider3. resolvePlayAlias(IApplicationInstance appInstance, String name, com.wowza.wms.webrtc.model.WebRTCSession webrtcSession)Resolve play alias for WebRTCSessionStringIMediaStreamNameAliasProvider3. resolvePlayAlias(IApplicationInstance appInstance, String name, IWebSocketSession webSocket)Resolve play alias for IWebSocketSessionStringMediaStreamNameAliasProviderBase. resolvePlayAlias(IApplicationInstance appInstance, String name)StringMediaStreamNameAliasProviderBase. resolvePlayAlias(IApplicationInstance appInstance, String name, IClient client)StringMediaStreamNameAliasProviderBase. resolvePlayAlias(IApplicationInstance appInstance, String name, IHTTPStreamerSession httpSession)StringMediaStreamNameAliasProviderBase. resolvePlayAlias(IApplicationInstance appInstance, String name, RTPSession rtpSession)StringMediaStreamNameAliasProviderBase. resolvePlayAlias(IApplicationInstance appInstance, String name, ILiveStreamPacketizer liveStreamPacketizer)StringMediaStreamNameAliasProviderBase. resolvePlayAlias(IApplicationInstance appInstance, String name, com.wowza.wms.webrtc.model.WebRTCSession webrtcSession)StringMediaStreamNameAliasProviderBase. resolvePlayAlias(IApplicationInstance appInstance, String name, IWebSocketSession webSocket)StringIMediaStreamNameAliasProvider. resolveStreamAlias(IApplicationInstance appInstance, String name)Called to resolve a stream aliasStringIMediaStreamNameAliasProvider2. resolveStreamAlias(IApplicationInstance appInstance, String name, IMediaCaster mediaCaster)Resolve stream alias for MediaCasterStringIMediaStreamNameAliasProvider3. resolveStreamAlias(IApplicationInstance appInstance, String name, com.wowza.wms.webrtc.model.WebRTCSession webrtcSession)Resolve stream alias for WebRTCSessionStringIMediaStreamNameAliasProvider3. resolveStreamAlias(IApplicationInstance appInstance, String name, IWebSocketSession webSocket)Resolve stream alias for IWebSocketSessionStringMediaStreamNameAliasProviderBase. resolveStreamAlias(IApplicationInstance appInstance, String name)StringMediaStreamNameAliasProviderBase. resolveStreamAlias(IApplicationInstance appInstance, String name, IMediaCaster mediaCaster)StringMediaStreamNameAliasProviderBase. resolveStreamAlias(IApplicationInstance appInstance, String name, com.wowza.wms.webrtc.model.WebRTCSession webrtcSession)StringMediaStreamNameAliasProviderBase. resolveStreamAlias(IApplicationInstance appInstance, String name, IWebSocketSession webSocket)Constructors in com.wowza.wms.stream with parameters of type IApplicationInstance Constructor Description MediaStreamMap(IApplicationInstance appInstance)Create empty MediaStreamMap collection
- 
Uses of IApplicationInstance in com.wowza.wms.stream.livedvrMethods in com.wowza.wms.stream.livedvr that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceILiveStreamDvrRecorder. getAppInstance()Get associated applicationInstance.Methods in com.wowza.wms.stream.livedvr with parameters of type IApplicationInstance Modifier and Type Method Description voidILiveStreamDvrRecorder. 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.livepacketizerMethods in com.wowza.wms.stream.livepacketizer that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceILiveStreamPacketizer. getApplicationInstance()Get the application instance associated with this live stream packetizer.Methods in com.wowza.wms.stream.livepacketizer with parameters of type IApplicationInstance Modifier and Type Method Description voidILiveStreamPacketizer. 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.livetranscoderMethods in com.wowza.wms.stream.livetranscoder that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceILiveStreamTranscoder. getAppInstance()Get the application instance associated with this live stream transcoder.Methods in com.wowza.wms.stream.livetranscoder with parameters of type IApplicationInstance Modifier and Type Method Description voidILiveStreamTranscoder. 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.publishMethods in com.wowza.wms.stream.publish that return IApplicationInstance Modifier and Type Method Description IApplicationInstancePublisher. getAppInstance()Methods in com.wowza.wms.stream.publish with parameters of type IApplicationInstance Modifier and Type Method Description static 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.modelMethods in com.wowza.wms.transcoder.model with parameters of type IApplicationInstance Modifier and Type Method Description booleanTranscoderVideoOverlayFrame. 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.utilMethods in com.wowza.wms.util with parameters of type IApplicationInstance Modifier and Type Method Description static 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 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.vhostMethods in com.wowza.wms.vhost that return IApplicationInstance Modifier and Type Method Description IApplicationInstanceIVHost. getApplicationInstance(String appName, String appInstanceName)Gets an application instance for an application.IApplicationInstanceIVHost. getApplicationInstance(String appName, String appInstanceName, boolean doLoad)Gets an application instance for an application.
 
-