amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture / VideoCaptureFormat

VideoCaptureFormat

data class VideoCaptureFormat

VideoCaptureFormat describes a given capture format that can be set to a VideoCaptureSource. Note that VideoCaptureSource implementations may ignore or adjust unsupported values.

Constructors

<init>

VideoCaptureFormat describes a given capture format that can be set to a VideoCaptureSource. Note that VideoCaptureSource implementations may ignore or adjust unsupported values.

VideoCaptureFormat(width: Int, height: Int, maxFps: Int)

Properties

height

Capture height

val height: Int

maxFps

Max FPS. When used as input this implies the desired FPS as well

val maxFps: Int

width

Capture width

val width: Int

Functions

toString

fun toString(): String