Uses of Interface
com.wowza.wms.mediacaster.IMediaCaster

Packages that use IMediaCaster
com.wowza.wms.mediacaster   
com.wowza.wms.mediacaster.rtp   
com.wowza.wms.mediacaster.shoutcast   
com.wowza.wms.module   
com.wowza.wms.stream   
 

Uses of IMediaCaster in com.wowza.wms.mediacaster
 

Methods in com.wowza.wms.mediacaster that return IMediaCaster
 IMediaCaster MediaCasterStreamItem.getMediaCaster()
          Get the underlying IMediaCaster interface for this MediaCaster
 

Methods in com.wowza.wms.mediacaster with parameters of type IMediaCaster
 void IMediaCasterNotify2.onConnectFailure(IMediaCaster mediaCaster)
          Invoked when a connection or reconnection attempt fails
 void IMediaCasterNotify2.onConnectStart(IMediaCaster mediaCaster)
          Invoked when a connection or reconnection attempt is invoked
 void IMediaCasterNotify2.onConnectSuccess(IMediaCaster mediaCaster)
          Invoked when a connection or reconnection attempt is successful
 void IMediaCasterNotify.onMediaCasterCreate(IMediaCaster mediaCaster)
          Invoked when mediaCaster created
 void IMediaCasterNotify.onMediaCasterDestroy(IMediaCaster mediaCaster)
          Invoked when MediaCaster destroyed
 void IMediaCasterNotify.onRegisterPlayer(IMediaCaster mediaCaster, IMediaStreamPlay player)
          Invoked when a player is added to this mediaCaster
 boolean IMediaCasterValidateMediaCaster.onResetMediaCaster(IApplicationInstance appInstance, IMediaCaster mediaCaster)
          Called when media caster is reset
 void IMediaCasterNotify.onSetSourceStream(IMediaCaster mediaCaster, IMediaStream stream)
          Invoked when soure stream is set (can be called with stream of null)
 void IMediaCasterNotify2.onStreamStart(IMediaCaster mediaCaster)
          Invoked when the stream starts receiving media data from the media source.
 void IMediaCasterNotify2.onStreamStop(IMediaCaster mediaCaster)
          Invoked when the stream stops receiving media data from the media source after the streamTimeout value has passed.
 void IMediaCasterNotify.onUnRegisterPlayer(IMediaCaster mediaCaster, IMediaStreamPlay player)
          Invoked when a player is removed from this mediaCaster
 boolean IMediaCasterValidateMediaCaster.onValidateMediaCaster(IApplicationInstance appInstance, IMediaCaster mediaCaster)
          Called for each media caster to validate the media caster.
 

Uses of IMediaCaster in com.wowza.wms.mediacaster.rtp
 

Methods in com.wowza.wms.mediacaster.rtp with parameters of type IMediaCaster
 com.wowza.wms.mediacaster.rtp.RTPSessionDescriptionData IRTPSessionDescriptionDataProvider.getSessionDescriptionData(IApplicationInstance appInstance, String streamName, int retryCount, IRTPSessionDescriptionSessionHandler handler, IMediaCaster mediaCaster)
           
 

Uses of IMediaCaster in com.wowza.wms.mediacaster.shoutcast
 

Methods in com.wowza.wms.mediacaster.shoutcast with parameters of type IMediaCaster
 void IShoutCastMetaDataNotify.onAACEncodeInfo(IMediaCaster mediaCaster, int frequency, int channels, int samplesPerFrame)
           
 void IShoutCastMetaDataNotify.onHeaderData(IMediaCaster mediaCaster, java.util.Map<String,String> headerMap)
           
 void IShoutCastMetaDataNotify.onMetaData(IMediaCaster mediaCaster, java.util.Map<String,String> metaMap)
           
 void IShoutCastMetaDataNotify.onMP3EncodeInfo(IMediaCaster mediaCaster, int frequency, int channels, int samplesPerFrame)
           
 

Uses of IMediaCaster in com.wowza.wms.module
 

Fields in com.wowza.wms.module with type parameters of type IMediaCaster
protected  java.util.Set<IMediaCaster> ModuleMediaCasterStreamMonitorAdvanced.badStreams
           
 

Methods in com.wowza.wms.module with parameters of type IMediaCaster
 boolean ModuleMediaCasterStreamMonitorAdvanced.onResetMediaCaster(IApplicationInstance appInstance, IMediaCaster mediaCaster)
           
 boolean ModuleMediaCasterStreamMonitorAdvanced.onValidateMediaCaster(IApplicationInstance appInstance, IMediaCaster mediaCaster)
           
 

Uses of IMediaCaster in com.wowza.wms.stream
 

Methods in com.wowza.wms.stream that return IMediaCaster
 IMediaCaster IMediaStreamMediaCaster.getMediaCaster()
           
 

Methods in com.wowza.wms.stream with parameters of type IMediaCaster
 String IMediaStreamNameAliasProvider2.resolveStreamAlias(IApplicationInstance appInstance, String name, IMediaCaster mediaCaster)
          Resolve stream alias for MediaCaster