VideoTrackCapturerToSurface
class VideoTrackCapturerToSurface(appContext: Context, surface: Surface, listener: VideoTrackCapturerToSurface.Listener?) : MediaTrackSink
Content copied to clipboard
Captures a video track to the specified Surface.
The track can be selected by setting the track
property of this object.
Constructors
Link copied to clipboard
fun VideoTrackCapturerToSurface(appContext: Context, surface: Surface, listener: VideoTrackCapturerToSurface.Listener?)
Content copied to clipboard