美摄SDK For iOS
3.14.0
include
sdkcore
ios
NvsClipCaption.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
NVS_EXPORT
@interface
NvsClipCaption
:
NvsCaption
33
34
@property
(readonly) int64_t
inPoint
;
35
@property
(readonly) int64_t
outPoint
;
36
53
- (int64_t)changeInPoint:(int64_t)newInPoint;
54
71
- (int64_t)changeOutPoint:(int64_t)newOutPoint;
72
86
- (void)movePosition:(int64_t)offset;
87
97
- (void)setAbsoluteTimeUsed:(
bool
)enable;
98
108
- (bool)
getAbsoluteTimeUsed
;
109
110
@end
111
NvsClipCaption::outPoint
int64_t outPoint
字幕在时间线显示上的出点(单位微秒)以当前片段的时间为基准,片段的起始时间为开始时间
Definition:
NvsClipCaption.h:35
-[NvsClipCaption getAbsoluteTimeUsed]
bool getAbsoluteTimeUsed()
获取字幕入出点是否为绝对时间。
NvsCaption
时间线字幕
Definition:
NvsCaption.h:34
NVS_EXPORT
#define NVS_EXPORT
Definition:
NvsCommonDef.h:20
NvsClipCaption
片段字幕
Definition:
NvsClipCaption.h:33
NvsCaption.h
NvsFx.h
NvsClipCaption::inPoint
int64_t inPoint
字幕在时间线上显示的入点(单位微秒)以当前片段的时间为基准,片段的起始时间为开始时间
Definition:
NvsClipCaption.h:34
制作者
1.8.18