IMediaCasterNotifypublic interface IMediaCasterNotify2 extends IMediaCasterNotify
| Modifier and Type | Method | Description |
|---|---|---|
void |
onConnectFailure(IMediaCaster mediaCaster) |
Invoked when a connection or reconnection attempt fails
|
void |
onConnectStart(IMediaCaster mediaCaster) |
Invoked when a connection or reconnection attempt is invoked
|
void |
onConnectSuccess(IMediaCaster mediaCaster) |
Invoked when a connection or reconnection attempt is successful
|
void |
onStreamStart(IMediaCaster mediaCaster) |
Invoked when the stream starts receiving media data from the media source.
|
void |
onStreamStop(IMediaCaster mediaCaster) |
Invoked when the stream stops receiving media data from the media source after
the streamTimeout value has passed.
|
onMediaCasterCreate, onMediaCasterDestroy, onRegisterPlayer, onSetSourceStream, onUnRegisterPlayervoid onConnectFailure(IMediaCaster mediaCaster)
mediaCaster - void onConnectStart(IMediaCaster mediaCaster)
mediaCaster - void onConnectSuccess(IMediaCaster mediaCaster)
mediaCaster - void onStreamStart(IMediaCaster mediaCaster)
mediaCaster - void onStreamStop(IMediaCaster mediaCaster)
mediaCaster -