Uses of Class
com.wowza.wms.application.WMSProperties
- 
- 
Uses of WMSProperties in com.wowza.utilMethods in com.wowza.util with parameters of type WMSProperties Modifier and Type Method Description static voidXMLUtils. loadConfigProperies(org.w3c.dom.Element root, String propertiesXPath, WMSProperties properties)Loads <Properties> elemnt by xpath into properties object.static voidXMLUtils. loadConfigProperies(org.w3c.dom.NodeList resultList, WMSProperties properties)Given a nodeList load children as properties.static StringStringUtils. toStringList(WMSProperties properties)Convert properties to comma-separated string
- 
Uses of WMSProperties in com.wowza.wms.applicationMethods in com.wowza.wms.application that return WMSProperties Modifier and Type Method Description WMSPropertiesIApplicationInstance. getDvrProperties()Get the property collection of DVR settings that are specific to this application instance.WMSPropertiesIApplicationInstance. getHTTPStreamerProperties()Get the property collection of HTTPStreamer settings that are specific to this application instanceWMSPropertiesIApplicationInstance. getLiveStreamPacketizerProperties()Get the property collection of LiveStreamPacketizer settings that are specific to this application instanceWMSPropertiesIApplicationInstance. getManagerProperties()Get Application's manager's properties collectionWMSPropertiesIApplicationInstance. getMediaCasterProperties()Get the property collection of media caster settings that are specific to this application instanceWMSPropertiesIApplicationInstance. getMediaReaderProperties()Get the property collection of media reader settings that are specific to this application instanceWMSPropertiesIApplicationInstance. getMediaWriterProperties()Get the property collection of media reader settings that are specific to this application instanceWMSPropertiesIApplication. getProperties()Get application propertiesWMSPropertiesIApplicationInstance. getProperties()Get applicationInstance propertiesWMSPropertiesIApplicationInstance. getRTPProperties()Get the property collection of RTP settings that are specific to this application instanceWMSPropertiesIApplicationInstance. getStreamProperties()Get the property collection of stream settings that are specific to this application instanceWMSPropertiesIApplicationInstance. getStreamRecorderProperties()Get the property collection of StreamRecorder settings that are specific to this application instanceWMSPropertiesIApplicationInstance. getTimedTextProperties()Get the property collection of timed text settings that are specific to this application instance.WMSPropertiesIApplicationInstance. getTranscoderProperties()Get the property collection of Transcoder settings that are specific to this application instanceWMSPropertiesIApplicationInstance. getWebRTCProperties()Get the property collection of WebRTC settings that are specific to this application instanceMethods in com.wowza.wms.application with parameters of type WMSProperties Modifier and Type Method Description static voidWMSProperties. cloneProperties(WMSProperties from, WMSProperties to)Copy all properties from "from" properties object to "to" properties object.
- 
Uses of WMSProperties in com.wowza.wms.clientMethods in com.wowza.wms.client that return WMSProperties Modifier and Type Method Description WMSPropertiesIClient. getProperties()Get client properties
- 
Uses of WMSProperties in com.wowza.wms.dvrMethods in com.wowza.wms.dvr that return WMSProperties Modifier and Type Method Description WMSPropertiesIDvrStreamStore. getProperties()Get stream store properties.
- 
Uses of WMSProperties in com.wowza.wms.httpMethods in com.wowza.wms.http with parameters of type WMSProperties Modifier and Type Method Description voidIHTTPProvider. setProperties(WMSProperties properties)Called to provide properties set in configuration files
- 
Uses of WMSProperties in com.wowza.wms.httpstreamer.cupertinostreaming.fileMethods in com.wowza.wms.httpstreamer.cupertinostreaming.file that return WMSProperties Modifier and Type Method Description WMSPropertiesIHTTPStreamerCupertinoIndex. getProperties()
- 
Uses of WMSProperties in com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizerMethods in com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizer that return WMSProperties Modifier and Type Method Description WMSPropertiesLiveStreamPacketizerCupertinoChunk. getProperties()
- 
Uses of WMSProperties in com.wowza.wms.httpstreamer.modelMethods in com.wowza.wms.httpstreamer.model that return WMSProperties Modifier and Type Method Description WMSPropertiesIHTTPStreamerAdapter. getProperties()Get propertiesWMSPropertiesIHTTPStreamerApplicationContext. getProperties()Get propertiesWMSPropertiesIHTTPStreamerSession. getProperties()Get the properties associated with this sessionMethods in com.wowza.wms.httpstreamer.model with parameters of type WMSProperties Modifier and Type Method Description voidIHTTPStreamerAdapter. setProperties(WMSProperties properties)Set properties
- 
Uses of WMSProperties in com.wowza.wms.httpstreamer.mpegdashstreaming.fileMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.file that return WMSProperties Modifier and Type Method Description WMSPropertiesIHTTPStreamerMPEGDashIndex. getProperties()
- 
Uses of WMSProperties in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizerFields in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer declared as WMSProperties Modifier and Type Field Description protected WMSPropertiesLiveStreamPacketizerMPEGDash. appProps
- 
Uses of WMSProperties in com.wowza.wms.manifest.model.m3u8Fields in com.wowza.wms.manifest.model.m3u8 declared as WMSProperties Modifier and Type Field Description WMSPropertiesMediaSegmentModel. propertiesWMSPropertiesPlaylistModel. propertiesMethods in com.wowza.wms.manifest.model.m3u8 that return WMSProperties Modifier and Type Method Description WMSPropertiesMediaSegmentModel. getProperties()WMSPropertiesPlaylistModel. getProperties()
- 
Uses of WMSProperties in com.wowza.wms.mediacache.implMethods in com.wowza.wms.mediacache.impl with parameters of type WMSProperties Modifier and Type Method Description voidIMediaCacheItemHTTPReaderFactory. addProperties(WMSProperties properties)Add properties to this specific factory, these could be passed from
- 
Uses of WMSProperties in com.wowza.wms.mediacache.modelMethods in com.wowza.wms.mediacache.model that return WMSProperties Modifier and Type Method Description WMSPropertiesIMediaCacheSource. getProperties()Methods in com.wowza.wms.mediacache.model with parameters of type WMSProperties Modifier and Type Method Description voidIMediaCacheSource. setProperties(WMSProperties properties)
- 
Uses of WMSProperties in com.wowza.wms.mediacasterMethods in com.wowza.wms.mediacaster that return WMSProperties Modifier and Type Method Description WMSPropertiesMediaCasterItem. getProperties()Get properties collection
- 
Uses of WMSProperties in com.wowza.wms.mediacaster.cupertinoMethods in com.wowza.wms.mediacaster.cupertino with parameters of type WMSProperties Modifier and Type Method Description voidICupertinoMediaCasterHolders. init(WMSProperties props)Initialize this objectvoidICupertinoMediaCasterPlaylistParser. init(ICupertinoMediaCasterHolders myholders, WMSProperties props)Called when the class is initiated.
- 
Uses of WMSProperties in com.wowza.wms.medialistFields in com.wowza.wms.medialist declared as WMSProperties Modifier and Type Field Description protected WMSPropertiesMediaList. propertiesprotected WMSPropertiesMediaListRendition. propertiesprotected WMSPropertiesMediaListSegment. propertiesMethods in com.wowza.wms.medialist that return WMSProperties Modifier and Type Method Description WMSPropertiesMediaList. getProperties()WMSPropertiesMediaList. getProperties(boolean write)WMSPropertiesMediaListRendition. getProperties()WMSPropertiesMediaListRendition. getProperties(boolean write)WMSPropertiesMediaListSegment. getProperties()WMSPropertiesMediaListSegment. getProperties(boolean write)
- 
Uses of WMSProperties in com.wowza.wms.pushpublish.modelFields in com.wowza.wms.pushpublish.model declared as WMSProperties Modifier and Type Field Description protected WMSPropertiesPushPublishBase. propertiesThe properties.Methods in com.wowza.wms.pushpublish.model that return WMSProperties Modifier and Type Method Description WMSPropertiesIPushPublishHTTPGroupMember. getPlaylistProperties()WMSPropertiesIPushPublish. getProperties()WMSPropertiesPushPublishBase. getProperties()Get properties.Methods in com.wowza.wms.pushpublish.model with parameters of type WMSProperties 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.
- 
Uses of WMSProperties in com.wowza.wms.pushpublish.protocol.cupertinoFields in com.wowza.wms.pushpublish.protocol.cupertino declared as WMSProperties Modifier and Type Field Description protected WMSPropertiesPushPublishHTTPCupertinoCloudStorageHandler. cloudStorageControllerPropsMethods in com.wowza.wms.pushpublish.protocol.cupertino that return WMSProperties Modifier and Type Method Description WMSPropertiesPushPublishHTTPCupertino. getPlaylistProperties()WMSPropertiesPushPublishHTTPCupertinoAkamaiHandler. getPlaylistProperties()Methods in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type WMSProperties 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)
- 
Uses of WMSProperties in com.wowza.wms.pushpublish.protocol.sanjoseMethods in com.wowza.wms.pushpublish.protocol.sanjose that return WMSProperties Modifier and Type Method Description WMSPropertiesPushPublishHTTPSanJoseAkamaiHandler. getPlaylistProperties()Deprecated.Methods in com.wowza.wms.pushpublish.protocol.sanjose with parameters of type WMSProperties 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.
- 
Uses of WMSProperties in com.wowza.wms.rtp.modelFields in com.wowza.wms.rtp.model declared as WMSProperties Modifier and Type Field Description protected WMSPropertiesRTPSession. propertiesMethods in com.wowza.wms.rtp.model that return WMSProperties Modifier and Type Method Description WMSPropertiesRTPSession. getProperties()Get properties
- 
Uses of WMSProperties in com.wowza.wms.serverMethods in com.wowza.wms.server that return WMSProperties Modifier and Type Method Description WMSPropertiesIServer. getManagerProperties()Get server's manager's properties collectionWMSPropertiesIServer. getProperties()Get server level properties collection
- 
Uses of WMSProperties in com.wowza.wms.sourcecontrol.driversMethods in com.wowza.wms.sourcecontrol.drivers that return WMSProperties Modifier and Type Method Description WMSPropertiesSourceControlDriverItem. getProperties()Get the set of properties defined.
- 
Uses of WMSProperties in com.wowza.wms.streamMethods in com.wowza.wms.stream that return WMSProperties Modifier and Type Method Description WMSPropertiesIMediaStream. getProperties()Get mediaStream propertiesMethods in com.wowza.wms.stream with parameters of type WMSProperties Modifier and Type Method Description voidIMediaStream. init(MediaStreamMap parent, int src, WMSProperties properties)Initialize the mediaStream object after creation.voidMediaStreamBase. init(MediaStreamMap parent, int src, WMSProperties properties)voidIMediaListReader. setProperties(WMSProperties properties)Set the properties for this media readervoidIMediaReader. setProperties(WMSProperties properties)Set the properties for this media reader
- 
Uses of WMSProperties in com.wowza.wms.stream.livedvrMethods in com.wowza.wms.stream.livedvr that return WMSProperties Modifier and Type Method Description WMSPropertiesILiveStreamDvrRecorder. getProperties()Get properties
- 
Uses of WMSProperties in com.wowza.wms.stream.livepacketizerMethods in com.wowza.wms.stream.livepacketizer that return WMSProperties Modifier and Type Method Description WMSPropertiesILiveStreamPacketizer. getProperties()Get properties
- 
Uses of WMSProperties in com.wowza.wms.stream.livetranscoderMethods in com.wowza.wms.stream.livetranscoder that return WMSProperties Modifier and Type Method Description WMSPropertiesILiveStreamTranscoder. getProperties()Get the user properties
- 
Uses of WMSProperties in com.wowza.wms.transport.mediaMethods in com.wowza.wms.transport.media that return WMSProperties Modifier and Type Method Description WMSPropertiesIMediaTransportProviderConfiguration. getProperties()Get the WMSProperties holder.Methods in com.wowza.wms.transport.media with parameters of type WMSProperties Modifier and Type Method Description voidIMediaTransportProviderConfiguration. setProperties(WMSProperties props)When the object is created a WMSProperties holder is created.
- 
Uses of WMSProperties in com.wowza.wms.vhostMethods in com.wowza.wms.vhost that return WMSProperties Modifier and Type Method Description WMSPropertiesIVHost. getManagerProperties()Get VHost's manager's properties collectionWMSPropertiesIVHost. getProperties()Get properties attached to this vHost.WMSPropertiesStreamItem. getProperties()Get properties.WMSPropertiesVHostItem. getProperties()Get propertiesMethods in com.wowza.wms.vhost with parameters of type WMSProperties Modifier and Type Method Description voidVHostItem. setProperties(WMSProperties properties)Set properties
- 
Uses of WMSProperties in com.wowza.wms.websocket.modelMethods in com.wowza.wms.websocket.model that return WMSProperties Modifier and Type Method Description WMSPropertiesIWebSocketSession. getProperties()Get user properties
 
-