MeiCam SDK For iOS  3.10.0
NvsCaptureCompoundCaption.h
Go to the documentation of this file.
1 //================================================================================
2 //
3 // (c) Copyright China Digital Video (Beijing) Limited, 2019. 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: May 7. 2019
11 // Author: NewAuto video team
12 //================================================================================
13 #pragma once
14 
15 #import "NvsFx.h"
16 #import "NvsCompoundCaption.h"
17 #import <CoreGraphics/CGGeometry.h>
18 
40 
51 @property (readonly) int64_t offsetPoint;
52 
63 @property (readonly) int64_t duration;
64 
76 - (int64_t)changeOffsetPoint:(int64_t)newOffset;
77 
88 - (int64_t)changeDuration:(int64_t)newOutPoint;
89 
99 - (void)setStartTime:(int64_t)startTime;
100 
107 - (void)resetStartTime;
108 
109 @end
-[NvsCaptureCompoundCaption resetStartTime]
void resetStartTime()
Reset start time of the caption.
NvsCaptureCompoundCaption::offsetPoint
int64_t offsetPoint
Get caption's offset time.
Definition: NvsCaptureCompoundCaption.h:51
NvsCaptureCompoundCaption
Capture compound caption.
Definition: NvsCaptureCompoundCaption.h:40
NvsCaptureCompoundCaption::duration
int64_t duration
Get caption's duration.
Definition: NvsCaptureCompoundCaption.h:63
NvsCompoundCaption
Definition: NvsCompoundCaption.h:41
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCompoundCaption.h
NvsFx.h