美摄SDK For iOS  3.14.0
NvsTimelineCaption.h
浏览该文件的文档.
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 
33 @property (nonatomic) BOOL clipAffinityEnabled;
34 @property (readonly) int64_t inPoint;
35 @property (readonly) int64_t outPoint;
36 
51 - (int64_t)changeInPoint:(int64_t)newInPoint;
52 
67 - (int64_t)changeOutPoint:(int64_t)newOutPoint;
68 
81 - (void)movePosition:(int64_t)offset;
82 
83 @end
84 
NvsTimelineCaption
时间线字幕
Definition: NvsTimelineCaption.h:32
NvsCaption
时间线字幕
Definition: NvsCaption.h:34
NvsTimelineCaption::outPoint
int64_t outPoint
字幕在时间线显示上的出点(单位微秒)
Definition: NvsTimelineCaption.h:35
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCaption.h
NvsTimelineCaption::clipAffinityEnabled
BOOL clipAffinityEnabled
是否开启与clip的亲和关系
Definition: NvsTimelineCaption.h:33
NvsFx.h
NvsTimelineCaption::inPoint
int64_t inPoint
字幕在时间线上显示的入点(单位微秒)
Definition: NvsTimelineCaption.h:34