ScreenCaptureEventArgs

data class ScreenCaptureEventArgs(val controller: IScreenCaptureController) : EventArgs

ScreenCaptureEventArgs contains a IMediaStreamController that can be used to control an outbound media stream created by a screen capture

Constructors

Link copied to clipboard
fun ScreenCaptureEventArgs(controller: IScreenCaptureController)

Properties

Link copied to clipboard
val controller: IScreenCaptureController

a IScreenCaptureController that can be used to control an outbound media stream