|
MeiCam SDK For Android
3.16.2
|
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< NvsTemplateFootageCorrespondingClipInfo > | correspondingClipInfos |
| Footage corresponds to clip information. More... | |
| ArrayList< NvsTemplateFootageDesc > | timelineClipFootages |
| Footage information in sub timeline. More... | |
The footage information of template asset(TEIMPLATE_FOOTAGE_TYPE)
| boolean com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.canReplace |
Footage is replaceable.
| ArrayList<NvsTemplateFootageCorrespondingClipInfo> com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.correspondingClipInfos |
Footage corresponds to clip information.
| String com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.id |
The ID of footage, one footage can correspond to more than one clip.
| String com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.innerAssetFilePath |
Builtin resource file paths.
| ArrayList<String> com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.tags |
Footage of some tag information, such as scenery, cats.
| ArrayList<NvsTemplateFootageDesc> com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.timelineClipFootages |
Footage information in sub timeline.
| int com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageDesc.type |
The type of footage can be video, audio, image.
1.8.17