Uses of Class
com.wowza.wms.stream.MediaStreamMap
Packages that use MediaStreamMap
Package
Description
-
Uses of MediaStreamMap in com.wowza.wms.application
Methods in com.wowza.wms.application that return MediaStreamMapModifier and TypeMethodDescriptionIApplicationInstance.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 MediaStreamMapMethods in com.wowza.wms.netconnection with parameters of type MediaStreamMap -
Uses of MediaStreamMap in com.wowza.wms.stream
Methods in com.wowza.wms.stream that return MediaStreamMapModifier and TypeMethodDescriptionIMediaStream.getStreams()
Get parent mediaStreamMap (owned by applicationInstance)Methods in com.wowza.wms.stream with parameters of type MediaStreamMapModifier and TypeMethodDescriptionvoid
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 MediaStreamMapModifier and TypeMethodDescriptionvoid
ILivePlayer.init
(IMediaStream parent, MediaStreamMap streams)