美摄SDK For Android  3.14.0
Public 属性 | 所有成员列表
com.meicam.sdk.NvsAssetPackageManager.NvsTemplateCompoundCaptionDesc类 参考

模板资源包里footage包含的全部组合字幕信息。如果trackIndex和clipIndex都是-1,表示该字幕是timeline字幕。如果仅clipIndex为-1,表示该字幕是轨道字幕。如果两者都不为-1,表示该字幕是片段字幕 更多...

Public 属性

String replaceId
 字幕的id。ID值等同于getTemplateAttachment(),用到的KEY为TEMPLATE_KEY_REPLACE_ID 更多...
 
ArrayList< NvsTemplateCompoundCaptionItemDescitemList
 所有包含的组合字幕的数组 更多...
 
int trackIndex
 轨道字幕的轨道索引,非负表示有效 更多...
 
int clipIndex
 片段字幕的片段索引,非负表示有效 更多...
 
ArrayList< NvsTemplateCompoundCaptionDescsubCaptions
 序列嵌套的复合字幕 更多...
 

详细描述

模板资源包里footage包含的全部组合字幕信息。如果trackIndex和clipIndex都是-1,表示该字幕是timeline字幕。如果仅clipIndex为-1,表示该字幕是轨道字幕。如果两者都不为-1,表示该字幕是片段字幕

类成员变量说明

◆ clipIndex

int com.meicam.sdk.NvsAssetPackageManager.NvsTemplateCompoundCaptionDesc.clipIndex

片段字幕的片段索引,非负表示有效

◆ itemList

ArrayList<NvsTemplateCompoundCaptionItemDesc> com.meicam.sdk.NvsAssetPackageManager.NvsTemplateCompoundCaptionDesc.itemList

所有包含的组合字幕的数组

◆ replaceId

String com.meicam.sdk.NvsAssetPackageManager.NvsTemplateCompoundCaptionDesc.replaceId

字幕的id。ID值等同于getTemplateAttachment(),用到的KEY为TEMPLATE_KEY_REPLACE_ID

◆ subCaptions

ArrayList<NvsTemplateCompoundCaptionDesc> com.meicam.sdk.NvsAssetPackageManager.NvsTemplateCompoundCaptionDesc.subCaptions

序列嵌套的复合字幕

◆ trackIndex

int com.meicam.sdk.NvsAssetPackageManager.NvsTemplateCompoundCaptionDesc.trackIndex

轨道字幕的轨道索引,非负表示有效


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