Uses of Interface
com.wowza.wms.stream.IMediaStreamNameAliasProvider
-
Packages that use IMediaStreamNameAliasProvider Package Description com.wowza.wms.application com.wowza.wms.stream -
-
Uses of IMediaStreamNameAliasProvider in com.wowza.wms.application
Methods in com.wowza.wms.application that return IMediaStreamNameAliasProvider Modifier and Type Method Description IMediaStreamNameAliasProvider
IApplicationInstance. getStreamNameAliasProvider()
Get the stream name alias providerMethods in com.wowza.wms.application with parameters of type IMediaStreamNameAliasProvider Modifier and Type Method Description void
IApplicationInstance. setStreamNameAliasProvider(IMediaStreamNameAliasProvider streamNameAliasProvider)
Set the stream name alias provider -
Uses of IMediaStreamNameAliasProvider in com.wowza.wms.stream
Subinterfaces of IMediaStreamNameAliasProvider in com.wowza.wms.stream Modifier and Type Interface Description interface
IMediaStreamNameAliasProvider2
IMediaStreamNameAliasProvider: alias provider interface.interface
IMediaStreamNameAliasProvider3
IMediaStreamNameAliasProvider3: alias provider interface.Classes in com.wowza.wms.stream that implement IMediaStreamNameAliasProvider Modifier and Type Class Description class
MediaStreamNameAliasProviderBase
Abstract base class for IMediaStreamNameAliasProvider interfaces
-