美摄SDK For iOS
3.14.0
include
sdkcore
ios
NvsTimelineCompoundCaption.h
浏览该文件的文档.
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
35
NVS_EXPORT
@interface
NvsTimelineCompoundCaption
:
NvsCompoundCaption
36
44
@property
(nonatomic) BOOL
clipAffinityEnabled
;
45
46
47
@property
(readonly) int64_t
inPoint
;
48
@property
(readonly) int64_t
outPoint
;
49
50
64
- (int64_t)changeInPoint:(int64_t)newInPoint;
65
79
- (int64_t)changeOutPoint:(int64_t)newOutPoint;
80
91
- (void)movePosition:(int64_t)offset;
92
93
@end
NvsTimelineCompoundCaption
时间线复合字幕
Definition:
NvsTimelineCompoundCaption.h:36
NvsTimelineCompoundCaption::clipAffinityEnabled
BOOL clipAffinityEnabled
是否开启字幕与视频片段之间的亲和度
Definition:
NvsTimelineCompoundCaption.h:44
NvsCompoundCaption
Definition:
NvsCompoundCaption.h:53
NVS_EXPORT
#define NVS_EXPORT
Definition:
NvsCommonDef.h:20
NvsCompoundCaption.h
NvsTimelineCompoundCaption::inPoint
int64_t inPoint
字幕在时间线上显示的入点(单位微秒)
Definition:
NvsTimelineCompoundCaption.h:47
NvsFx.h
NvsTimelineCompoundCaption::outPoint
int64_t outPoint
字幕在时间线显示上的出点(单位微秒)
Definition:
NvsTimelineCompoundCaption.h:48
制作者
1.8.18