美摄SDK For iOS  3.7.2
NvsTimelineCompoundCaption.h
浏览该文件的文档.
1 #pragma once
2 
3 #import "NvsFx.h"
4 #import "NvsCompoundCaption.h"
5 #import <CoreGraphics/CGGeometry.h>
6 
24 
32 @property (nonatomic) BOOL clipAffinityEnabled;
33 
34 
35 @property (readonly) int64_t inPoint;
36 @property (readonly) int64_t outPoint;
37 
38 
52 - (int64_t)changeInPoint:(int64_t)newInPoint;
53 
67 - (int64_t)changeOutPoint:(int64_t)newOutPoint;
68 
79 - (void)movePosition:(int64_t)offset;
80 
81 @end
NvsTimelineCompoundCaption
时间线复合字幕
Definition: NvsTimelineCompoundCaption.h:24
NvsTimelineCompoundCaption::clipAffinityEnabled
BOOL clipAffinityEnabled
是否开启字幕与视频片段之间的亲和度
Definition: NvsTimelineCompoundCaption.h:32
NvsCompoundCaption
Definition: NvsCompoundCaption.h:41
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCompoundCaption.h
NvsTimelineCompoundCaption::inPoint
int64_t inPoint
字幕在时间线上显示的入点(单位微秒)
Definition: NvsTimelineCompoundCaption.h:35
NvsFx.h
NvsTimelineCompoundCaption::outPoint
int64_t outPoint
字幕在时间线显示上的出点(单位微秒)
Definition: NvsTimelineCompoundCaption.h:36