Uses of Class
dev.onvoid.webrtc.media.video.desktop.DesktopCapturer.Result
-
Packages that use DesktopCapturer.Result Package Description dev.onvoid.webrtc.media.video.desktop -
-
Uses of DesktopCapturer.Result in dev.onvoid.webrtc.media.video.desktop
Methods in dev.onvoid.webrtc.media.video.desktop that return DesktopCapturer.Result Modifier and Type Method Description static DesktopCapturer.ResultDesktopCapturer.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static DesktopCapturer.Result[]DesktopCapturer.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.onvoid.webrtc.media.video.desktop with parameters of type DesktopCapturer.Result Modifier and Type Method Description voidDesktopCaptureCallback. onCaptureResult(DesktopCapturer.Result result, DesktopFrame frame)
-