Uses of Interface
com.wowza.wms.mediacaster.IMediaCaster
- 
- 
Uses of IMediaCaster in com.wowza.wms.applicationMethods in com.wowza.wms.application with parameters of type IMediaCaster Modifier and Type Method Description voidIApplicationInstance. notifyMediaCasterConnectFailure(IMediaCaster mediaCaster)voidIApplicationInstance. notifyMediaCasterConnectStart(IMediaCaster mediaCaster)voidIApplicationInstance. notifyMediaCasterConnectSuccess(IMediaCaster mediaCaster)voidIApplicationInstance. notifyMediaCasterSetSourceStream(IMediaCaster mediaCaster, IMediaStream stream)voidIApplicationInstance. notifyMediaCasterStreamStart(IMediaCaster mediaCaster)voidIApplicationInstance. notifyMediaCasterStreamStop(IMediaCaster mediaCaster)StringIApplicationInstance. resolveStreamAlias(String name, IMediaCaster mediaCaster)Resolve the stream name alias with this application's stream name alias provider
- 
Uses of IMediaCaster in com.wowza.wms.mediacasterMethods in com.wowza.wms.mediacaster that return IMediaCaster Modifier and Type Method Description IMediaCasterMediaCasterStreamItem. getMediaCaster()Get the underlying IMediaCaster interface for this MediaCasterMethods in com.wowza.wms.mediacaster with parameters of type IMediaCaster Modifier and Type Method Description voidIMediaCasterNotify2. onConnectFailure(IMediaCaster mediaCaster)Invoked when a connection or reconnection attempt failsvoidIMediaCasterNotify2. onConnectStart(IMediaCaster mediaCaster)Invoked when a connection or reconnection attempt is invokedvoidIMediaCasterNotify2. onConnectSuccess(IMediaCaster mediaCaster)Invoked when a connection or reconnection attempt is successfulvoidIMediaCasterNotify. onMediaCasterCreate(IMediaCaster mediaCaster)Invoked when mediaCaster createdvoidIMediaCasterNotify. onMediaCasterDestroy(IMediaCaster mediaCaster)Invoked when MediaCaster destroyedvoidIMediaCasterNotify. onRegisterPlayer(IMediaCaster mediaCaster, IMediaStreamPlay player)Invoked when a player is added to this mediaCasterbooleanIMediaCasterValidateMediaCaster. onResetMediaCaster(IApplicationInstance appInstance, IMediaCaster mediaCaster)Called when media caster is resetvoidIMediaCasterNotify. onSetSourceStream(IMediaCaster mediaCaster, IMediaStream stream)Invoked when soure stream is set (can be called with stream of null)voidIMediaCasterNotify2. onStreamStart(IMediaCaster mediaCaster)Invoked when the stream starts receiving media data from the media source.voidIMediaCasterNotify2. onStreamStop(IMediaCaster mediaCaster)Invoked when the stream stops receiving media data from the media source after the streamTimeout value has passed.voidIMediaCasterNotify. onUnRegisterPlayer(IMediaCaster mediaCaster, IMediaStreamPlay player)Invoked when a player is removed from this mediaCasterbooleanIMediaCasterValidateMediaCaster. onValidateMediaCaster(IApplicationInstance appInstance, IMediaCaster mediaCaster)Called for each media caster to validate the media caster.
- 
Uses of IMediaCaster in com.wowza.wms.mediacaster.cupertinoMethods in com.wowza.wms.mediacaster.cupertino with parameters of type IMediaCaster Modifier and Type Method Description voidICupertinoMediaCasterManageStreamName. init(IApplicationInstance appins, IMediaCaster mediacaster, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context)Called when the called is initiated
- 
Uses of IMediaCaster in com.wowza.wms.mediacaster.rtpMethods in com.wowza.wms.mediacaster.rtp with parameters of type IMediaCaster Modifier and Type Method Description com.wowza.wms.mediacaster.rtp.RTPSessionDescriptionDataIRTPSessionDescriptionDataProvider. getSessionDescriptionData(IApplicationInstance appInstance, String streamName, int retryCount, IRTPSessionDescriptionSessionHandler handler, IMediaCaster mediaCaster)
- 
Uses of IMediaCaster in com.wowza.wms.mediacaster.shoutcastMethods in com.wowza.wms.mediacaster.shoutcast with parameters of type IMediaCaster Modifier and Type Method Description voidIShoutCastMetaDataNotify. onAACEncodeInfo(IMediaCaster mediaCaster, int frequency, int channels, int samplesPerFrame)voidIShoutCastMetaDataNotify. onHeaderData(IMediaCaster mediaCaster, java.util.Map<String,String> headerMap)voidIShoutCastMetaDataNotify. onMetaData(IMediaCaster mediaCaster, java.util.Map<String,String> metaMap)voidIShoutCastMetaDataNotify. onMP3EncodeInfo(IMediaCaster mediaCaster, int frequency, int channels, int samplesPerFrame)
- 
Uses of IMediaCaster in com.wowza.wms.streamMethods in com.wowza.wms.stream that return IMediaCaster Modifier and Type Method Description IMediaCasterIMediaStreamMediaCaster. getMediaCaster()Methods in com.wowza.wms.stream with parameters of type IMediaCaster Modifier and Type Method Description StringIMediaStreamNameAliasProvider2. resolveStreamAlias(IApplicationInstance appInstance, String name, IMediaCaster mediaCaster)Resolve stream alias for MediaCasterStringMediaStreamNameAliasProviderBase. resolveStreamAlias(IApplicationInstance appInstance, String name, IMediaCaster mediaCaster)
 
-