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

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

Public Attributes

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...
 
long inpoint
 Footage corresponds to the inPoint of the clip on the timeline. More...
 
long outpoint
 Footage corresponds to the outPoint of the clip on the timeline. More...
 
long trimIn
 Footage corresponds to the trimin of the clip. More...
 
long trimOut
 Footage corresponds to the trimout of the clip. More...
 
boolean needReverse
 This footage needs to be reversed. More...
 
boolean canReplace
 Footage is replaceable. More...
 

Detailed Description

The clip information corresponding to footage of template asset.

Member Data Documentation

◆ canReplace

boolean com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.canReplace

Footage is replaceable.

◆ clipIndex

int com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.clipIndex

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

◆ inpoint

long com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.inpoint

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

◆ needReverse

boolean com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.needReverse

This footage needs to be reversed.

◆ outpoint

long com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.outpoint

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

◆ trackIndex

int com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.trackIndex

Footage corresponds to the track index of the clip.

◆ trimIn

long com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.trimIn

Footage corresponds to the trimin of the clip.

◆ trimOut

long com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.trimOut

Footage corresponds to the trimout of the clip.


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