AudioDevice | Audio input sources must conform to this interface |
AudioDevice.Format | Audio data representations |
AudioDevice.StatsCallback | |
AudioSource | Use AudioSource as a generic source to send app-generated audio to the SDK in LPCM format. |
Bluetooth | Manage the state of Bluetooth SCO capabilities |
BroadcastConfiguration | Configuration properties for a BroadcastSession Changing any properties on this object after providing it to `BroadcastSession` will not have any effect. |
BroadcastConfiguration.AspectMode | The AspectMode determines how an image's aspect ratio will be maintained. |
BroadcastConfiguration.Audio | |
BroadcastConfiguration.AudioSampleRate | |
BroadcastConfiguration.AutomaticBitrateProfile | Profiles for the automatic video bitrate behavior. |
BroadcastConfiguration.LogLevel | |
BroadcastConfiguration.Mixer | Audio and Video Mixer properties. |
BroadcastConfiguration.Mixer.Slot | A slot represents an on-screen and audible element that can be transitioned over time and bound and unbound to input devices. |
BroadcastConfiguration.Vec2 | |
BroadcastConfiguration.Vec4 | |
BroadcastConfiguration.Video | |
BroadcastException | |
BroadcastSession | BroadcastSession is the primary interaction point with the IVS Broadcast SDK. |
BroadcastSession.Listener | Provide a listener to receive status updates and errors from the SDK. |
BroadcastSession.State | |
BroadcastSessionTest | A handle on the network quality test. |
BroadcastSessionTest.Result | Information about the state of a network quality test. |
BroadcastSessionTest.Status | The state of a network quality test |
Builder<T> | A utility interface used by BroadcastConfiguration to enable .with and .changing |
CameraSource | CameraSource represents a camera input device |
Device | Represents an input device such as a camera or microphone |
Device.Descriptor | Represents an input device's description. |
Device.Descriptor.DeviceType | |
Device.Descriptor.Position | Physical device position |
Device.Descriptor.StreamType | Media types present in a stream |
ErrorType | Enumeration of error codes used in onError(BroadcastException) . |
ImageDevice | Image and video input sources must conform to this interface |
ImageDevice.Rotation | Utility enum that defines common rotations by degree in radians. |
ImagePreviewView | A view that will render a preview of either an ImageDevice , or the composited
preview of the entire BroadcastSession . |
Mixer | The mixer determines the final on-screen and in-ear state for visual elements and audio. |
Presets | Configuration and Device Presets |
Presets.Configuration | BroadcastConfiguration presets. |
Presets.Devices | Device presets. |
Releasable | Marks objects that must be released with release() |
SurfaceSource | An image source backed by an Android Surface. |
SystemCaptureService |
TransmissionStats | TransmissionStats contains statistics on the broadcast's current measured bitrate, recommended bitrate by the SDK's adaptive bitrate algorithm, average round trip time, broadcast quality (relative to configured minimum and maximum bitrates), and network health. |
TransmissionStats.BroadcastQuality | BroadcastQuality represents the quality of the stream based on the bitrate minimum and maximum provided on session configuration. |
TransmissionStats.NetworkHealth | NetworkHealth represents the current health of the network. |
TypedLambda<T> | A utility interface used by BroadcastSession for device change callbacks |