MeiCam SDK For iOS  3.14.0
NvsClipCompoundCaption.h
Go to the documentation of this file.
1 //================================================================================
2 //
3 // (c) Copyright Meishe Co. Ltd, 2018. 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: Dec 18. 2020
11 // Author: Meishe video team
12 //================================================================================
13 #pragma once
14 
15 #import "NvsFx.h"
16 #import "NvsCompoundCaption.h"
17 #import <CoreGraphics/CGGeometry.h>
18 
36 
37 
38 @property (readonly) int64_t inPoint;
39 @property (readonly) int64_t outPoint;
40 
41 
56 - (int64_t)changeInPoint:(int64_t)newInPoint;
57 
72 - (int64_t)changeOutPoint:(int64_t)newOutPoint;
73 
85 - (void)movePosition:(int64_t)offset;
86 
96 - (void)setAbsoluteTimeUsed:(bool)enable;
97 
107 - (bool)getAbsoluteTimeUsed;
108 
109 @end
NvsClipCompoundCaption::inPoint
int64_t inPoint
The in point of the caption on the timeline(in microseconds)
Definition: NvsClipCompoundCaption.h:38
-[NvsClipCompoundCaption getAbsoluteTimeUsed]
bool getAbsoluteTimeUsed()
Get whether the caption in and out point is absolute time.
NvsCompoundCaption
Definition: NvsCompoundCaption.h:53
NvsClipCompoundCaption::outPoint
int64_t outPoint
The out point of the caption on the timeline (in microseconds)
Definition: NvsClipCompoundCaption.h:39
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCompoundCaption.h
NvsClipCompoundCaption
Clip compound caption.
Definition: NvsClipCompoundCaption.h:36
NvsFx.h