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

The clip information corresponding to footage of template asset. More...

#import <NvsAssetPackageManager.h>

Inheritance diagram for NvsTemplateFootageCorrespondingClipInfo:

Properties

int trackIndex
 Footage corresponds to the track index of the clip. More...
 
int clipIndex
 Footage corresponds to the index of the clip on the track. More...
 
int64_t inPoint
 Footage corresponds to the inPoint of the clip on the timeline. More...
 
int64_t outPoint
 Footage corresponds to the outPoint of the clip on the timeline. More...
 
int64_t trimIn
 Footage corresponds to the trimin of the clip. More...
 
int64_t trimOut
 Footage corresponds to the trimout of the clip. More...
 
BOOL needReverse
 This footage needs to be reversed. More...
 
BOOL canReplace
 Footage is replaceable. More...
 

Detailed Description

The clip information corresponding to footage of template asset.

Property Documentation

◆ canReplace

- (BOOL) canReplace
readwritenonatomicassign

Footage is replaceable.

◆ clipIndex

- (int) clipIndex
readwritenonatomicassign

Footage corresponds to the index of the clip on the track.

◆ inPoint

- (int64_t) inPoint
readwritenonatomicassign

Footage corresponds to the inPoint of the clip on the timeline.

◆ needReverse

- (BOOL) needReverse
readwritenonatomicassign

This footage needs to be reversed.

◆ outPoint

- (int64_t) outPoint
readwritenonatomicassign

Footage corresponds to the outPoint of the clip on the timeline.

◆ trackIndex

- (int) trackIndex
readwritenonatomicassign

Footage corresponds to the track index of the clip.

◆ trimIn

- (int64_t) trimIn
readwritenonatomicassign

Footage corresponds to the trimin of the clip.

◆ trimOut

- (int64_t) trimOut
readwritenonatomicassign

Footage corresponds to the trimout of the clip.


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