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

The footage information of template asset. More...

#import <NvsAssetPackageManager.h>

Inheritance diagram for NvsTemplateFootageDesc:

Properties

NSString * footageId
 The ID of footage, one footage can correspond to more than one clip. More...
 
NvsTemplateFootageType type
 The type of footage can be video, audio, image. More...
 
BOOL canReplace
 Footage is replaceable. More...
 
NSString * innerAssetFilePath
 Builtin resource file paths. More...
 
NSArray< NSString * > * tags
 Footage of some tag information, such as scenery, cats. More...
 
NSArray< NvsTemplateFootageCorrespondingClipInfo * > * correspondingClipInfos
 Footage corresponds to clip information. More...
 
NSArray< NvsTemplateFootageDesc * > * timelineClipFootages
 Footage information in sub timeline. More...
 

Detailed Description

The footage information of template asset.

Property Documentation

◆ canReplace

- (BOOL) canReplace
readwritenonatomicassign

Footage is replaceable.

◆ correspondingClipInfos

- (NSArray<NvsTemplateFootageCorrespondingClipInfo *>*) correspondingClipInfos
readwritenonatomicstrong

Footage corresponds to clip information.

◆ footageId

- (NSString*) footageId
readwritenonatomicstrong

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

◆ innerAssetFilePath

- (NSString*) innerAssetFilePath
readwritenonatomicstrong

Builtin resource file paths.

◆ tags

- (NSArray<NSString *>*) tags
readwritenonatomicstrong

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

◆ timelineClipFootages

- (NSArray<NvsTemplateFootageDesc *>*) timelineClipFootages
readwritenonatomicstrong

Footage information in sub timeline.

◆ type

- (NvsTemplateFootageType) type
readwritenonatomicassign

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


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