VideoSource

interface VideoSource : Source

An interface that captures a video source.

Inheritors

Properties

Link copied to clipboard
abstract val isRunning: AtomicBoolean

Indicates whether the receiver is running.

Link copied to clipboard
abstract var mixer: MediaMixer?
Link copied to clipboard

The video screen container object.

Functions

Link copied to clipboard
abstract fun startRunning()

Tells the receiver to start running.

Link copied to clipboard
abstract fun stopRunning()

Tells the receiver to stop running.