webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
org.webrtc.Camera1Enumerator Class Reference
Inheritance diagram for org.webrtc.Camera1Enumerator:
org.webrtc.CameraEnumerator

Public Member Functions

 Camera1Enumerator ()
 
 Camera1Enumerator (boolean captureToTexture)
 
String [] getDeviceNames ()
 
boolean isFrontFacing (String deviceName)
 
boolean isBackFacing (String deviceName)
 
List< CaptureFormat > getSupportedFormats (String deviceName)
 
CameraVideoCapturer createCapturer (String deviceName, CameraVideoCapturer.CameraEventsHandler eventsHandler)
 

Constructor & Destructor Documentation

◆ Camera1Enumerator() [1/2]

org.webrtc.Camera1Enumerator.Camera1Enumerator ( )
inline

◆ Camera1Enumerator() [2/2]

org.webrtc.Camera1Enumerator.Camera1Enumerator ( boolean  captureToTexture)
inline

Member Function Documentation

◆ createCapturer()

CameraVideoCapturer org.webrtc.Camera1Enumerator.createCapturer ( String  deviceName,
CameraVideoCapturer.CameraEventsHandler  eventsHandler 
)
inline

◆ getDeviceNames()

String [] org.webrtc.Camera1Enumerator.getDeviceNames ( )
inline

◆ getSupportedFormats()

List<CaptureFormat> org.webrtc.Camera1Enumerator.getSupportedFormats ( String  deviceName)
inline

◆ isBackFacing()

boolean org.webrtc.Camera1Enumerator.isBackFacing ( String  deviceName)
inline

◆ isFrontFacing()

boolean org.webrtc.Camera1Enumerator.isFrontFacing ( String  deviceName)
inline

The documentation for this class was generated from the following file: