Uses of Class
org.teamapps.ux.component.webrtc.VideoFacingMode
| Package | Description |
|---|---|
| org.teamapps.ux.component.webrtc |
-
Uses of VideoFacingMode in org.teamapps.ux.component.webrtc
Methods in org.teamapps.ux.component.webrtc that return VideoFacingMode Modifier and Type Method Description VideoFacingModeVideoTrackConstraints. getFacingMode()static VideoFacingModeVideoFacingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VideoFacingMode[]VideoFacingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.webrtc with parameters of type VideoFacingMode Modifier and Type Method Description voidVideoTrackConstraints. setFacingMode(VideoFacingMode facingMode)Constructors in org.teamapps.ux.component.webrtc with parameters of type VideoFacingMode Constructor Description VideoTrackConstraints(int width, int height, VideoFacingMode facingMode, int frameRate)