SurfaceTextureCaptureSourceFactory
interface SurfaceTextureCaptureSourceFactory
SurfaceTextureCaptureSourceFactory is an factory interface for creating new SurfaceTextureCaptureSource objects, possible using shared state. This provides flexibility over use of SurfaceTextureCaptureSource objects since they may not allow reuse, or may have a delay before possible reuse.
Inheritors
Functions
Link copied to clipboard
abstract fun createSurfaceTextureCaptureSource(width: Int, height: Int, contentHint: VideoContentHint): SurfaceTextureCaptureSource
Create a new SurfaceTextureCaptureSource object