STWVideoCaptureSource

annotation class STWVideoCaptureSource

Properties

Link copied to clipboard
val CAMERA: Int
the source is a regular camera
Link copied to clipboard
val CAMERA_EXTERNAL: Int
the source is an external camera
Link copied to clipboard
val CANVAS: Int
the source is a canvas
Link copied to clipboard
val FILE: Int
the source is a file
Link copied to clipboard
val SCREEN_SHARING: Int
the source is a screen sharing
Link copied to clipboard
val UNKNOWN: Int
the source is unknown

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String