IVSImageDeviceFrame
Objective-C
@interface IVSImageDeviceFrame : NSObject
                Swift
class IVSImageDeviceFrame : NSObject
                A data class providing metadata about the frames going through an IVSImageDevice.
- 
                  
                  
The size of the current frame.
Declaration
Objective-C
@property (nonatomic, readonly) CGSize size;Swift
var size: CGSize { get } 
        IVSImageDeviceFrame Class Reference