File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
packages/camera/camera_avfoundation/ios/camera_avfoundation/Sources/camera_avfoundation_objc Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 21
21
22
22
@interface FLTCam () <AVCaptureVideoDataOutputSampleBufferDelegate,
23
23
AVCaptureAudioDataOutputSampleBufferDelegate>
24
-
25
- @property (readonly , nonatomic ) int64_t textureId;
26
-
27
- @property (readonly , nonatomic ) CGSize captureSize;
28
- @property (strong , nonatomic )
29
- NSObject <FLTAssetWriterInputPixelBufferAdaptor> *assetWriterPixelBufferAdaptor;
30
- @property (strong , nonatomic ) AVCaptureVideoDataOutput *videoOutput;
31
-
32
24
// / A wrapper for CMVideoFormatDescriptionGetDimensions.
33
25
// / Allows for alternate implementations in tests.
34
26
@property (nonatomic , copy ) VideoDimensionsForFormat videoDimensionsForFormat;
You can’t perform that action at this time.
0 commit comments