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
Name | Type | Description |
---|---|---|
capturer | CameraVideoCapturer | nullable video capturer created. A null value indicates an issue. |
width | int | The requested width |
height | int | The requested height. |
frameRate | int | The 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.
Updated over 1 year ago