MeiCam SDK For iOS  3.14.0
Classes
NvsVideoEffectCompoundCaption.h File Reference
#import "NvsEffect.h"
#import <CoreGraphics/CGGeometry.h>

Go to the source code of this file.

Classes

class  NvsVideoEffectCompoundCaption
 

Enumerations

Bounding type

compound caption.

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 timeline compound captions and adjust the captions position. User can also set its properties such as font family, text color, etc.

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

enum  NvsEffectBoundingType {
  NvsEffectBoundingType_Text = 0, NvsEffectBoundingType_Text_Frame = 1, NvsEffectBoundingType_Frame = 2, NvsEffectBoundingType_Text_Origin_Frame = 3,
  NvsEffectBoundingType_Typographic_Text = 4
}
 

Enumeration Type Documentation

◆ NvsEffectBoundingType

Enumerator
NvsEffectBoundingType_Text 

The actual text bounding.

NvsEffectBoundingType_Text_Frame 

Text frame bounding.

NvsEffectBoundingType_Frame 

The whole bounding including decoration.

NvsEffectBoundingType_Text_Origin_Frame 

Text frame bounding that has not been transformed.

NvsEffectBoundingType_Typographic_Text 

The typographic text bounding.