MeiCam SDK For iOS  3.10.0
Properties | List of all members
NvsTemplateCompoundCaptionDesc Class Reference

The All compound caption informations corresponding to footage of template asset. More...

#import <NvsAssetPackageManager.h>

Inheritance diagram for NvsTemplateCompoundCaptionDesc:

Properties

NSString * replaceId
 The id of caption,The ID value is equal togetTemplateAttachment(),The KEY used is TEMPLATE_KEY_REPLACE_ID. More...
 
NSArray< NvsTemplateCompoundCaptionItemDesc * > * itemList
 An array of all Compound Caption. More...
 
int trackIndex
 The track index of caption. More...
 
int clipIndex
 The clip index of caption. More...
 
NSArray< NvsTemplateCompoundCaptionDesc * > * subCaptions
 Compound captions in sub timeline. More...
 

Detailed Description

The All compound caption informations corresponding to footage of template asset.

Property Documentation

◆ clipIndex

- (int) clipIndex
readwritenonatomicassign

The clip index of caption.

◆ itemList

- (NSArray<NvsTemplateCompoundCaptionItemDesc *>*) itemList
readwritenonatomicstrong

An array of all Compound 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<NvsTemplateCompoundCaptionDesc*>*) subCaptions
readwritenonatomicstrong

Compound captions in sub timeline.

◆ trackIndex

- (int) trackIndex
readwritenonatomicassign

The track index of caption.


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