Package com.wowza.wms.stream
Interface IMediaStreamNameAliasProvider
- 
- All Known Subinterfaces:
- IMediaStreamNameAliasProvider2,- IMediaStreamNameAliasProvider3
 - All Known Implementing Classes:
- MediaStreamNameAliasProviderBase
 
 public interface IMediaStreamNameAliasProviderIMediaStreamNameAliasProvider: alias provider interface. See IApplication.setStreamNameAliasProvider(IMediaStreamNameAliasProvider streamNameAliasProvider). See updated interface IMediaStreamNameAliasProvider2 which provides more complete context information. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringresolvePlayAlias(IApplicationInstance appInstance, String name)Called to resolve a play aliasStringresolveStreamAlias(IApplicationInstance appInstance, String name)Called to resolve a stream alias
 
- 
- 
- 
Method Detail- 
resolvePlayAliasString resolvePlayAlias(IApplicationInstance appInstance, String name) Called to resolve a play alias- Parameters:
- appInstance- applicationInstance
- name- stream name
- Returns:
- resultant name, null if want to block playback
 
 - 
resolveStreamAliasString resolveStreamAlias(IApplicationInstance appInstance, String name) Called to resolve a stream alias- Parameters:
- appInstance- applicationInstance
- name- stream name
- Returns:
- resultant name, null if want to block playback
 
 
- 
 
-