美摄SDK For iOS  3.14.0
NvsTrackCaption.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 
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
轨道字幕
Definition: NvsTrackCaption.h:33
NvsTrackCaption::inPoint
int64_t inPoint
字幕在时间线上显示的入点(单位微秒)
Definition: NvsTrackCaption.h:35
NvsTrackCaption::outPoint
int64_t outPoint
字幕在时间线显示上的出点(单位微秒)
Definition: NvsTrackCaption.h:36
NvsCaption
时间线字幕
Definition: NvsCaption.h:34
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsTrackCaption::clipAffinityEnabled
BOOL clipAffinityEnabled
是否开启与clip的亲和关系
Definition: NvsTrackCaption.h:34
NvsCaption.h
NvsFx.h