webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Protected Attributes | Properties | List of all members
RTCAVFoundationVideoCapturerInternal Class Reference

#import <RTCAVFoundationVideoCapturerInternal.h>

Instance Methods

(instancetype) - initWithCapturer:
 
(AVCaptureDevice *) - getActiveCaptureDevice
 
(nullable AVCaptureDevice *) - frontCaptureDevice
 
(nullable AVCaptureDevice *) - backCaptureDevice
 
(void- start
 
(void- stop
 
(instancetype) - initWithCapturer:
 
(AVCaptureDevice *) - getActiveCaptureDevice
 
(nullable AVCaptureDevice *) - frontCaptureDevice
 
(nullable AVCaptureDevice *) - backCaptureDevice
 
(void- start
 
(void- stop
 

Protected Attributes

 __pad0__: NSObject <AVCaptureVideoDataOutputSampleBufferDelegate>@property(nonatomic
 
readonly AVCaptureSession * captureSession
 

Properties

dispatch_queue_t frameQueue
 
BOOL canUseBackCamera
 
BOOL useBackCamera
 
BOOL isRunning
 
BOOL hasStarted
 

Method Documentation

◆ backCaptureDevice() [1/2]

- (nullable AVCaptureDevice *) backCaptureDevice

◆ backCaptureDevice() [2/2]

- (nullable AVCaptureDevice *) backCaptureDevice

◆ frontCaptureDevice() [1/2]

- (nullable AVCaptureDevice *) frontCaptureDevice

◆ frontCaptureDevice() [2/2]

- (nullable AVCaptureDevice *) frontCaptureDevice

◆ getActiveCaptureDevice() [1/2]

- (AVCaptureDevice *) getActiveCaptureDevice

◆ getActiveCaptureDevice() [2/2]

- (AVCaptureDevice *) getActiveCaptureDevice

◆ initWithCapturer:() [1/2]

- (instancetype) initWithCapturer: (webrtc::AVFoundationVideoCapturer *)  capturer

◆ initWithCapturer:() [2/2]

- (instancetype) initWithCapturer: (webrtc::AVFoundationVideoCapturer *)  capturer

◆ start() [1/2]

- (void) start

◆ start() [2/2]

- (void) start

◆ stop() [1/2]

- (void) stop

◆ stop() [2/2]

- (void) stop

Member Data Documentation

◆ __pad0__

- __pad0__
protected

◆ captureSession

- (AVCaptureSession *) captureSession
protected

Property Documentation

◆ canUseBackCamera

- (BOOL) canUseBackCamera
readnonatomicassign

◆ frameQueue

- (dispatch_queue_t) frameQueue
readnonatomicassign

◆ hasStarted

- (BOOL) hasStarted
readwriteatomicassign

◆ isRunning

- (BOOL) isRunning
readwriteatomicassign

◆ useBackCamera

- (BOOL) useBackCamera
readwritenonatomicassign

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