Local Screencast Track
class LocalScreencastTrack(source: VideoSource, mediaTrack: VideoTrack, context: Context, eglBase: EglBase, capturer: ScreenCapturerAndroid, val videoParameters: VideoParameters, callback: LocalScreencastTrack.ProjectionCallback) : VideoTrack, LocalTrack
A class representing a local screencast track.
It is responsible for managing an instance of ScreenCapturerAndroid that is responsible for capturing the entire device's screen and passing it to the WebRTC VideoTrack.
Constructors
Link copied to clipboard
constructor(source: VideoSource, mediaTrack: VideoTrack, context: Context, eglBase: EglBase, capturer: ScreenCapturerAndroid, videoParameters: VideoParameters, callback: LocalScreencastTrack.ProjectionCallback)