VideoCapturerBundle

The VideoCapturerBundle model is an interface that is responsible for providing the VideoCapturer and constraints from a provider to the MediaEngine.

Available in the package com.voxeet.android.media.utils.VideoCapturerBundle.

Constructors

VideoCapturerBundle

VideoCapturerBundle(@Nullable capturer: CameraVideoCapturer, width: int, height: int, frameRate: int)

Constructs a bundle from the existing objects.

Parameters

NameTypeDescription
capturerCameraVideoCapturernullable video capturer created. A null value indicates an issue.
widthintThe requested width
heightintThe requested height.
frameRateintThe requested frame rate.

Properties

videoCapturer (VideoCapturer)

The requested VideoCapturer instance or a null value.


width (int)

The requested width.


height (int)

The requested height.


frameRate (int)

The requested frame rate.