MeiCam SDK For iOS  3.10.0
Classes | Enumerations
NvsCaptureVideoFx.h File Reference
#import "NvsFx.h"
#import <CoreGraphics/CGGeometry.h>

Go to the source code of this file.

Classes

class  NvsCaptureVideoFx
 The captured video effect. More...
 

Enumerations

enum  NvsCaptureVideoFxType { NvsCaptureVideoFxType_Builtin = 0, NvsCaptureVideoFxType_Package, NvsCaptureVideoFxType_Custom }
 The type of the captured video effect. More...
 

Enumeration Type Documentation

◆ NvsCaptureVideoFxType

The type of the captured video effect.

Enumerator
NvsCaptureVideoFxType_Builtin 

The type of built-in.

NvsCaptureVideoFxType_Package 

The type of package.

NvsCaptureVideoFxType_Custom 

The type of custom.