Companion

Properties

Link copied to clipboard
const val DEFAULT_FPS: Int = 15

Default frames per second rate used by the sample video capturer (15 FPS).

Link copied to clipboard
const val DEFAULT_HEIGHT: Int = 480

Default video frame height in pixels (480px).

Link copied to clipboard
const val DEFAULT_WIDTH: Int = 640

Default video frame width in pixels (640px).

Functions

Link copied to clipboard
open override fun create(constraints: WebRtcMedia.VideoTrackConstraints, delegate: RTCVideoCapturerDelegateProtocol): Capturer