| Modifier and Type | Method | Description |
|---|---|---|
String |
IApplicationInstance.resolveStreamAlias(String name,
IMediaCaster mediaCaster) |
Resolve the stream name alias with this application's stream name alias provider
|
| Modifier and Type | Method | Description |
|---|---|---|
IMediaCaster |
MediaCasterStreamItem.getMediaCaster() |
Get the underlying IMediaCaster interface for this MediaCaster
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
| 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
|
| Modifier and Type | Method | Description |
|---|---|---|
com.wowza.wms.mediacaster.rtp.RTPSessionDescriptionData |
IRTPSessionDescriptionDataProvider.getSessionDescriptionData(IApplicationInstance appInstance,
String streamName,
int retryCount,
IRTPSessionDescriptionSessionHandler handler,
IMediaCaster mediaCaster) |
| 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) |
| Modifier and Type | Method | Description |
|---|---|---|
IMediaCaster |
IMediaStreamMediaCaster.getMediaCaster() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
IMediaStreamNameAliasProvider2.resolveStreamAlias(IApplicationInstance appInstance,
String name,
IMediaCaster mediaCaster) |
Resolve stream alias for MediaCaster
|
String |
MediaStreamNameAliasProviderBase.resolveStreamAlias(IApplicationInstance appInstance,
String name,
IMediaCaster mediaCaster) |