Uses of Class
com.wowza.wms.stream.MediaStreamMap
- 
Packages that use MediaStreamMap Package Description com.wowza.wms.application com.wowza.wms.netconnection com.wowza.wms.stream com.wowza.wms.stream.live 
- 
- 
Uses of MediaStreamMap in com.wowza.wms.applicationMethods in com.wowza.wms.application that return MediaStreamMap Modifier and Type Method Description MediaStreamMapIApplicationInstance. getStreams()Get all the mediaStream objects attached to this applicationInstance
- 
Uses of MediaStreamMap in com.wowza.wms.netconnectionMethods in com.wowza.wms.netconnection that return MediaStreamMap Modifier and Type Method Description MediaStreamMapINetConnection. getStreams()Methods in com.wowza.wms.netconnection with parameters of type MediaStreamMap Modifier and Type Method Description voidINetConnection. setStreams(MediaStreamMap streams)
- 
Uses of MediaStreamMap in com.wowza.wms.streamMethods in com.wowza.wms.stream that return MediaStreamMap Modifier and Type Method Description MediaStreamMapIMediaStream. getStreams()Get parent mediaStreamMap (owned by applicationInstance)Methods in com.wowza.wms.stream with parameters of type MediaStreamMap Modifier and Type Method Description voidIMediaStream. init(MediaStreamMap parent, int src, WMSProperties properties)Initialize the mediaStream object after creation.voidIMediaStreamPlay. init(IMediaStream parent, MediaStreamMap streams)Initialize mediaStreamPlayervoidMediaStreamBase. init(MediaStreamMap parent, int src, WMSProperties properties)
- 
Uses of MediaStreamMap in com.wowza.wms.stream.liveMethods in com.wowza.wms.stream.live with parameters of type MediaStreamMap Modifier and Type Method Description voidILivePlayer. init(IMediaStream parent, MediaStreamMap streams)
 
-