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