MeiCam SDK For iOS  3.10.0
NvsTimelineGraphCompositor.h
Go to the documentation of this file.
1 //================================================================================
2 //
3 // (c) Copyright China Digital Video (Beijing) Limited, 2016. All rights reserved.
4 //
5 // This code and information is provided "as is" without warranty of any kind,
6 // either expressed or implied, including but not limited to the implied
7 // warranties of merchantability and/or fitness for a particular purpose.
8 //
9 //--------------------------------------------------------------------------------
10 // Birth Date: Jan 29. 2022
11 // Author: Meishe video team
12 //================================================================================
13 #pragma once
14 
15 #import "NvsFx.h"
16 #import <CoreGraphics/CGGeometry.h>
17 
29 
30 @property (readonly) NSString *packageId;
31 
32 @end
33 
NvsFx
effect class.
Definition: NvsFx.h:83
NvsTimelineGraphCompositor
Timeline video effect Timeline GraphCompositor is a video effect applied to a Timeline instance.
Definition: NvsTimelineGraphCompositor.h:29
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsTimelineGraphCompositor::packageId
NSString * packageId
The package ID of the GraphCompositor on the timeline.
Definition: NvsTimelineGraphCompositor.h:30
NvsFx.h