See: Description
| Interface | Description |
|---|---|
| Broadcaster.LocalMediaObserver |
An Observer interface that should be passed to
storeLocalMedia(path, observer) to receive callbacks while
recording a local copy of a broadcast. |
| Broadcaster.Observer |
An Observer interface that must be implemented for you to receive callbacks about important
state changes and events within the
Broadcaster. |
| Broadcaster.PictureObserver |
A callback interface that can be passed to
takePicture(file, resolution, observer) |
| Broadcaster.TalkbackObserver |
An Observer interface that should be passed to
setTalkbackObserver(observer) to receive callbacks about
talkback stream state changes. |
| Broadcaster.UplinkSpeedObserver |
An interface that can optionally be used with
setUplinkSpeedObserver(observer) to receive callbacks about uplink speed tests which the
Broadcaster can do while not broadcasting. |
| Broadcaster.ViewerCountObserver |
An interface that should be passed to
setViewerCountObserver(ViewerCountObserver) to receive callbacks about
the current and total number of viewers of the broadcast. |
| BroadcastPlayer.Observer | |
| BroadcastPlayer.ViewerCountObserver |
An interface that should be passed to
setViewerCountObserver(ViewerCountObserver) to receive callbacks about the
current and total number of viewers of the broadcast. |
| Class | Description |
|---|---|
| BackendApi |
This class contains a few convenience methods for doing requests to Bambuser's API.
|
| Broadcaster |
This is the main class and entry point to the library.
|
| BroadcastPlayer |
Class for integrating playback of Bambuser broadcasts in an app.
|
| LatencyMeasurement |
A latency measurement consists of the measured
LatencyMeasurement.latency and the LatencyMeasurement.uncertainty of
the measurement. |
| Resolution | |
| SurfaceViewWithAutoAR |
A SurfaceView which adjusts its aspect ratio to fit the camera preview resolution.
|
| Enum | Description |
|---|---|
| Broadcaster.AudioSetting | |
| BroadcastPlayer.AcceptType | |
| BroadcastStatus | |
| CameraError | |
| ConnectionError | |
| PlayerState |
A
BroadcastPlayer instance will always be in one of these states. |
| TalkbackState |