MeiCam SDK For iOS  3.14.0
NvsCaptureCaption.h
Go to the documentation of this file.
1 //================================================================================
2 //
3 // (c) Copyright Meishe Co. Ltd, 2017. 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: Feb 16. 2017
11 // Author: Meishe video team
12 //================================================================================
13 #pragma once
14 
15 #import "NvsFx.h"
16 #import "NvsCaption.h"
17 #import <CoreGraphics/CGGeometry.h>
18 
36 
37 @property (readonly) int64_t offsetPoint;
38 @property (readonly) int64_t duration;
39 
40 
52 - (int64_t)changeOffsetPoint:(int64_t)newOffset;
53 
64 - (int64_t)changeDuration:(int64_t)newOutPoint;
65 
75 - (void)setStartTime:(int64_t)startTime;
76 
83 - (void)resetStartTime;
84 
85 @end
86 
NvsCaptureCaption::duration
int64_t duration
Get the duration of the caption (in microseconds).
Definition: NvsCaptureCaption.h:38
NvsCaptureCaption::offsetPoint
int64_t offsetPoint
Get caption's offset time.
Definition: NvsCaptureCaption.h:37
NvsCaption
captions.
Definition: NvsCaption.h:34
-[NvsCaptureCaption resetStartTime]
void resetStartTime()
Reset start time of the caption.
NvsCaptureCaption
Capture captions.
Definition: NvsCaptureCaption.h:36
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCaption.h
NvsFx.h