MeiCam SDK For iOS
3.14.0
include
sdkcore
ios
NvsTrackCaption.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
32
NVS_EXPORT
@interface
NvsTrackCaption
:
NvsCaption
33
34
@property
(nonatomic) BOOL
clipAffinityEnabled
;
35
@property
(readonly) int64_t
inPoint
;
36
@property
(readonly) int64_t
outPoint
;
37
53
- (int64_t)changeInPoint:(int64_t)newInPoint;
54
70
- (int64_t)changeOutPoint:(int64_t)newOutPoint;
71
84
- (void)movePosition:(int64_t)offset;
85
86
@end
87
NvsTrackCaption
Track captions.
Definition:
NvsTrackCaption.h:33
NvsTrackCaption::inPoint
int64_t inPoint
The in point of the caption on the timeline(in microseconds)
Definition:
NvsTrackCaption.h:35
NvsTrackCaption::outPoint
int64_t outPoint
The out point of the caption on the timeline (in microseconds)
Definition:
NvsTrackCaption.h:36
NvsCaption
captions.
Definition:
NvsCaption.h:34
NVS_EXPORT
#define NVS_EXPORT
Definition:
NvsCommonDef.h:20
NvsTrackCaption::clipAffinityEnabled
BOOL clipAffinityEnabled
Whether to enable the affinity with clip.
Definition:
NvsTrackCaption.h:34
NvsCaption.h
NvsFx.h
Generated by
1.8.18