VideoSource

abstract class VideoSource

Created by pedro on 11/1/24.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
var fps: Int
Link copied to clipboard
var height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var width: Int

Functions

Link copied to clipboard
Link copied to clipboard
fun init(width: Int, height: Int, fps: Int, rotation: Int): Boolean
Link copied to clipboard
abstract fun isRunning(): Boolean
Link copied to clipboard
abstract fun release()
Link copied to clipboard
abstract fun start(surfaceTexture: SurfaceTexture)
Link copied to clipboard
abstract fun stop()