美摄SDK For iOS  3.14.0
属性 | 所有成员列表
NvsTemplateFootageDesc类 参考

模板资源包里footage信息 更多...

#import <NvsAssetPackageManager.h>

类 NvsTemplateFootageDesc 继承关系图:

属性

NSString * footageId
 footage的id,一个footage可以对应多个clip 更多...
 
NvsTemplateFootageType type
 footage的类型,可以是视频,音频,图片 更多...
 
BOOL canReplace
 footage是否可替换 更多...
 
NSString * innerAssetFilePath
 内置资源文件路径 更多...
 
NSArray< NSString * > * tags
 footage的一些标签信息,比如风景、猫 更多...
 
NSArray< NvsTemplateFootageCorrespondingClipInfo * > * correspondingClipInfos
 footage对应的clip的信息 更多...
 
NSArray< NvsTemplateFootageDesc * > * timelineClipFootages
 序列嵌套的footage信息 更多...
 

详细描述

模板资源包里footage信息

属性说明

◆ canReplace

- (BOOL) canReplace
readwritenonatomicassign

footage是否可替换

◆ correspondingClipInfos

- (NSArray<NvsTemplateFootageCorrespondingClipInfo *>*) correspondingClipInfos
readwritenonatomicstrong

footage对应的clip的信息

◆ footageId

- (NSString*) footageId
readwritenonatomicstrong

footage的id,一个footage可以对应多个clip

◆ innerAssetFilePath

- (NSString*) innerAssetFilePath
readwritenonatomicstrong

内置资源文件路径

◆ tags

- (NSArray<NSString *>*) tags
readwritenonatomicstrong

footage的一些标签信息,比如风景、猫

◆ timelineClipFootages

- (NSArray<NvsTemplateFootageDesc *>*) timelineClipFootages
readwritenonatomicstrong

序列嵌套的footage信息

◆ type

- (NvsTemplateFootageType) type
readwritenonatomicassign

footage的类型,可以是视频,音频,图片


该类的文档由以下文件生成: