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.applicationMethods in com.wowza.wms.application that return IMediaStreamNameAliasProvider Modifier and Type Method Description IMediaStreamNameAliasProviderIApplicationInstance. getStreamNameAliasProvider()Get the stream name alias providerMethods in com.wowza.wms.application with parameters of type IMediaStreamNameAliasProvider Modifier and Type Method Description voidIApplicationInstance. setStreamNameAliasProvider(IMediaStreamNameAliasProvider streamNameAliasProvider)Set the stream name alias provider
- 
Uses of IMediaStreamNameAliasProvider in com.wowza.wms.streamSubinterfaces of IMediaStreamNameAliasProvider in com.wowza.wms.stream Modifier and Type Interface Description interfaceIMediaStreamNameAliasProvider2IMediaStreamNameAliasProvider: alias provider interface.interfaceIMediaStreamNameAliasProvider3IMediaStreamNameAliasProvider3: alias provider interface.Classes in com.wowza.wms.stream that implement IMediaStreamNameAliasProvider Modifier and Type Class Description classMediaStreamNameAliasProviderBaseAbstract base class for IMediaStreamNameAliasProvider interfaces
 
-