MeiCam SDK For Android  3.10.1
Public Attributes | List of all members
com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc Class Reference

The footage information of template asset(TEIMPLATE_FOOTAGE_TYPE) More...

Public Attributes

String id
 The ID of footage, one footage can correspond to more than one clip. More...
 
int type
 The type of footage can be video, audio, image. More...
 
boolean canReplace
 Footage is replaceable. More...
 
String innerAssetFilePath
 Builtin resource file paths. More...
 
ArrayList< String > tags
 Footage of some tag information, such as scenery, cats. More...
 
ArrayList< NvsTemplateFootageCorrespondingClipInfocorrespondingClipInfos
 Footage corresponds to clip information. More...
 
ArrayList< NvsTemplateFootageDesctimelineClipFootages
 Footage information in sub timeline. More...
 

Detailed Description

The footage information of template asset(TEIMPLATE_FOOTAGE_TYPE)

Member Data Documentation

◆ canReplace

boolean com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.canReplace

Footage is replaceable.

◆ correspondingClipInfos

ArrayList<NvsTemplateFootageCorrespondingClipInfo> com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.correspondingClipInfos

Footage corresponds to clip information.

◆ id

String com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.id

The ID of footage, one footage can correspond to more than one clip.

◆ innerAssetFilePath

String com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.innerAssetFilePath

Builtin resource file paths.

◆ tags

ArrayList<String> com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.tags

Footage of some tag information, such as scenery, cats.

◆ timelineClipFootages

ArrayList<NvsTemplateFootageDesc> com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.timelineClipFootages

Footage information in sub timeline.

◆ type

int com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.type

The type of footage can be video, audio, image.


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