IVSImagePreviewView
Objective-C
@interface IVSImagePreviewView : UIView
                Swift
@MainActor class IVSImagePreviewView : UIView
                A view that will auto update its contents with a live preview of either an IVSImageDevice, or the
composited output image of the broadcast session.
- 
                  
                  
Unavailable
Do not create instances of this class directly
Declaration
Objective-C
IVS_INIT_UNAVAILABLE - 
                  
                  
Unavailable
Do not create instances of this class directly
Declaration
Objective-C
IVS_INIT_UNAVAILABLE - 
                  
                  
Set the preview mirroring state. For front cameras the default is on, for everything else the default is off.
Declaration
Objective-C
- (void)setMirrored:(BOOL)mirrored;Swift
func setMirrored(_ mirrored: Bool)Parameters
mirroredShould the image in the preview be horizontally mirrored?