MeiCam SDK For iOS  3.14.0
Properties | List of all members
NvsTemplateCaptionDesc Class Reference

The caption information corresponding to footage of template asset. More...

#import <NvsAssetPackageManager.h>

Inheritance diagram for NvsTemplateCaptionDesc:

Properties

NSString * replaceId
 The id of caption,The ID value is equal togetTemplateAttachment(),The KEY used is TEMPLATE_KEY_REPLACE_ID. More...
 
NSString * text
 The text of caption. More...
 
int trackIndex
 The track index of caption. More...
 
int clipIndex
 The clip index of caption. More...
 
NSArray< NvsTemplateCaptionDesc * > * subCaptions
 Captions in sub timeline. More...
 

Detailed Description

The caption information corresponding to footage of template asset.

Property Documentation

◆ clipIndex

- (int) clipIndex
readwritenonatomicassign

The clip index of caption.

◆ replaceId

- (NSString*) replaceId
readwritenonatomicstrong

The id of caption,The ID value is equal togetTemplateAttachment(),The KEY used is TEMPLATE_KEY_REPLACE_ID.

◆ subCaptions

- (NSArray<NvsTemplateCaptionDesc*>*) subCaptions
readwritenonatomicstrong

Captions in sub timeline.

◆ text

- (NSString*) text
readwritenonatomicstrong

The text of caption.

◆ trackIndex

- (int) trackIndex
readwritenonatomicassign

The track index of caption.


The documentation for this class was generated from the following file: