|
MeiCam SDK For Android
3.16.2
|
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... | |
The clip information corresponding to footage of template asset.
| boolean com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.canReplace |
Footage is replaceable.
| int com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.clipIndex |
Footage corresponds to the index of the clip on the track.
| long com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.inpoint |
Footage corresponds to the inPoint of the clip on the timeline.
| boolean com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.needReverse |
This footage needs to be reversed.
| long com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.outpoint |
Footage corresponds to the outPoint of the clip on the timeline.
| int com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.trackIndex |
Footage corresponds to the track index of the clip.
| long com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.trimIn |
Footage corresponds to the trimin of the clip.
| long com.meicam.sdk.NvsAssetPackageManager.NvsTemplateFootageCorrespondingClipInfo.trimOut |
Footage corresponds to the trimout of the clip.
1.8.17