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.application
Methods in com.wowza.wms.application that return MediaStreamMap Modifier and Type Method Description MediaStreamMap
IApplicationInstance. getStreams()
Get all the mediaStream objects attached to this applicationInstance -
Uses of MediaStreamMap in com.wowza.wms.netconnection
Methods in com.wowza.wms.netconnection that return MediaStreamMap Modifier and Type Method Description MediaStreamMap
INetConnection. getStreams()
Methods in com.wowza.wms.netconnection with parameters of type MediaStreamMap Modifier and Type Method Description void
INetConnection. setStreams(MediaStreamMap streams)
-
Uses of MediaStreamMap in com.wowza.wms.stream
Methods in com.wowza.wms.stream that return MediaStreamMap Modifier and Type Method Description MediaStreamMap
IMediaStream. getStreams()
Get parent mediaStreamMap (owned by applicationInstance)Methods in com.wowza.wms.stream with parameters of type MediaStreamMap Modifier and Type Method Description void
IMediaStream. init(MediaStreamMap parent, int src, WMSProperties properties)
Initialize the mediaStream object after creation.void
IMediaStreamPlay. init(IMediaStream parent, MediaStreamMap streams)
Initialize mediaStreamPlayervoid
MediaStreamBase. init(MediaStreamMap parent, int src, WMSProperties properties)
-
Uses of MediaStreamMap in com.wowza.wms.stream.live
Methods in com.wowza.wms.stream.live with parameters of type MediaStreamMap Modifier and Type Method Description void
ILivePlayer. init(IMediaStream parent, MediaStreamMap streams)
-