TWCCameraCapturer Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | TWCVideoCapturer |
| Declared in | TWCCameraCapturer.h |
camera
Sets/obtains the camera that is being shared.
@property (nonatomic, assign) TWCVideoCaptureSource cameraDiscussion
Sets/obtains the camera that is being shared.
One of:
- TWCVideoCaptureSourceFrontCamera
- TWCVideoCaptureSourceBackCamera
Declared In
TWCCameraCapturer.h
previewView
A view which allows you to preview the camera source. Available after calling startPreview.
@property (nonatomic, strong, readonly, nullable) UIView *previewViewDiscussion
A view which allows you to preview the camera source. Available after calling startPreview.
Declared In
TWCCameraCapturer.h
videoTrack
The capturer’s local video track.
@property (nonatomic, weak, nullable) TWCLocalVideoTrack *videoTrackDiscussion
The capturer’s local video track.
Declared In
TWCCameraCapturer.h