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

Go to the source code of this file.

Classes

class  NvsCompoundCaption
 

Enumerations

Bounding type

compound caption.

Timeline compound captions are compound caption that is superimposed on the video, each compound caption may composed of several sub-captions. When editing a video, users can add or remove compound captions and adjust the captions position. User can also set its properties such as font family, text color, etc.

Warning
In the NvsCompoundCaption class, all public APIs should be used in the UI thread!!!
Since
2.9.0

enum  NvsBoundingType {
  NvsBoundingType_Text = 0, NvsBoundingType_Text_Frame = 1, NvsBoundingType_Frame = 2, NvsBoundingType_Text_Origin_Frame = 3,
  NvsBoundingType_Typographic_Text = 4
}
 

Enumeration Type Documentation

◆ NvsBoundingType

Enumerator
NvsBoundingType_Text 

The actual text bounding.

NvsBoundingType_Text_Frame 

Text frame bounding.

NvsBoundingType_Frame 

The whole bounding including decoration.

NvsBoundingType_Text_Origin_Frame 

Text frame bounding that has not been transformed.

NvsBoundingType_Typographic_Text 

The typographic text bounding.