Uses of Enum Class
org.teamapps.ux.component.webrtc.VideoFacingMode
Packages that use VideoFacingMode
-
Uses of VideoFacingMode in org.teamapps.ux.component.webrtc
Subclasses with type arguments of type VideoFacingMode in org.teamapps.ux.component.webrtcMethods in org.teamapps.ux.component.webrtc that return VideoFacingModeModifier and TypeMethodDescriptionVideoTrackConstraints.getFacingMode()static VideoFacingModeReturns the enum constant of this class with the specified name.static VideoFacingMode[]VideoFacingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.ux.component.webrtc with parameters of type VideoFacingModeModifier and TypeMethodDescriptionvoidVideoTrackConstraints.setFacingMode(VideoFacingMode facingMode) Constructors in org.teamapps.ux.component.webrtc with parameters of type VideoFacingModeModifierConstructorDescriptionVideoTrackConstraints(int width, int height, VideoFacingMode facingMode, int frameRate)