Class Index

A B C D E I M P R S T

A

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. 

B

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.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  

C

CameraSource CameraSource represents a camera input device  

D

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  

E

ErrorType Enumeration of error codes used in onError(BroadcastException)

I

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

M

Mixer The mixer determines the final on-screen and in-ear state for visual elements and audio. 

P

Presets Configuration and Device Presets  
Presets.Configuration BroadcastConfiguration presets. 
Presets.Devices Device presets. 

R

Releasable Marks objects that must be released with release()  

S

SurfaceSource An image source backed by an Android Surface. 
SystemCaptureService  

T

TypedLambda<T> A utility interface used by BroadcastSession for device change callbacks