Package io.livekit.android.room.track.video

Types

BitmapFrameCapturer
Link copied to clipboard
open class BitmapFrameCapturer : VideoCapturer
A VideoCapturer that can be manually driven by passing in Bitmap.
CameraCapturerUtils
Link copied to clipboard
object CameraCapturerUtils
Various utils for handling camera capturers.
CameraCapturerWithSize
Link copied to clipboard
abstract class CameraCapturerWithSize(cameraEventsDispatchHandler: CameraEventsDispatchHandler) : VideoCapturerWithSize
CameraEventsDispatchHandler
Link copied to clipboard
class CameraEventsDispatchHandler : CameraVideoCapturer.CameraEventsHandler
Dispatches CameraEventsHandler callbacks to registered handlers.
ScalabilityMode
Link copied to clipboard
data class ScalabilityMode(spatial: Int, temporal: Int, suffix: String)
VideoCapturerWithSize
Link copied to clipboard
interface VideoCapturerWithSize : VideoCapturer
VideoSinkVisibility
Link copied to clipboard
abstract class VideoSinkVisibility : Observable
Provides the visibility and dimensions of the video sink, allowing LiveKit to automatically manage the quality of the stream when adaptive streaming is used.
ViewVisibility
Link copied to clipboard
class ViewVisibility(view: View) : VideoSinkVisibility
A VideoSinkVisibility for views.