Uses of Interface
com.wowza.wms.mediacaster.IMediaCaster
-
-
Uses of IMediaCaster in com.wowza.wms.application
Methods in com.wowza.wms.application with parameters of type IMediaCaster Modifier and Type Method Description void
IApplicationInstance. notifyMediaCasterConnectFailure(IMediaCaster mediaCaster)
void
IApplicationInstance. notifyMediaCasterConnectStart(IMediaCaster mediaCaster)
void
IApplicationInstance. notifyMediaCasterConnectSuccess(IMediaCaster mediaCaster)
void
IApplicationInstance. notifyMediaCasterSetSourceStream(IMediaCaster mediaCaster, IMediaStream stream)
void
IApplicationInstance. notifyMediaCasterStreamStart(IMediaCaster mediaCaster)
void
IApplicationInstance. notifyMediaCasterStreamStop(IMediaCaster mediaCaster)
String
IApplicationInstance. 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.mediacaster
Methods in com.wowza.wms.mediacaster that return IMediaCaster Modifier and Type Method Description IMediaCaster
MediaCasterStreamItem. getMediaCaster()
Get the underlying IMediaCaster interface for this MediaCasterMethods in com.wowza.wms.mediacaster with parameters of type IMediaCaster Modifier and Type Method Description void
IMediaCasterNotify2. onConnectFailure(IMediaCaster mediaCaster)
Invoked when a connection or reconnection attempt failsvoid
IMediaCasterNotify2. onConnectStart(IMediaCaster mediaCaster)
Invoked when a connection or reconnection attempt is invokedvoid
IMediaCasterNotify2. onConnectSuccess(IMediaCaster mediaCaster)
Invoked when a connection or reconnection attempt is successfulvoid
IMediaCasterNotify. onMediaCasterCreate(IMediaCaster mediaCaster)
Invoked when mediaCaster createdvoid
IMediaCasterNotify. onMediaCasterDestroy(IMediaCaster mediaCaster)
Invoked when MediaCaster destroyedvoid
IMediaCasterNotify. onRegisterPlayer(IMediaCaster mediaCaster, IMediaStreamPlay player)
Invoked when a player is added to this mediaCasterboolean
IMediaCasterValidateMediaCaster. onResetMediaCaster(IApplicationInstance appInstance, IMediaCaster mediaCaster)
Called when media caster is resetvoid
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 mediaCasterboolean
IMediaCasterValidateMediaCaster. onValidateMediaCaster(IApplicationInstance appInstance, IMediaCaster mediaCaster)
Called for each media caster to validate the media caster. -
Uses of IMediaCaster in com.wowza.wms.mediacaster.cupertino
Methods in com.wowza.wms.mediacaster.cupertino with parameters of type IMediaCaster Modifier and Type Method Description void
ICupertinoMediaCasterManageStreamName. 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.rtp
Methods in com.wowza.wms.mediacaster.rtp with parameters of type IMediaCaster Modifier and Type Method Description 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 Modifier and Type Method Description 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.stream
Methods in com.wowza.wms.stream that return IMediaCaster Modifier and Type Method Description IMediaCaster
IMediaStreamMediaCaster. getMediaCaster()
Methods in com.wowza.wms.stream with parameters of type IMediaCaster Modifier and Type Method Description String
IMediaStreamNameAliasProvider2. resolveStreamAlias(IApplicationInstance appInstance, String name, IMediaCaster mediaCaster)
Resolve stream alias for MediaCasterString
MediaStreamNameAliasProviderBase. resolveStreamAlias(IApplicationInstance appInstance, String name, IMediaCaster mediaCaster)
-