美摄SDK For iOS
3.14.0
include
sdkcore
ios
NvsClipCompoundCaption.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
NvsClipCompoundCaption
:
NvsCompoundCaption
36
37
38
@property
(readonly) int64_t
inPoint
;
39
@property
(readonly) int64_t
outPoint
;
40
41
56
- (int64_t)changeInPoint:(int64_t)newInPoint;
57
72
- (int64_t)changeOutPoint:(int64_t)newOutPoint;
73
85
- (void)movePosition:(int64_t)offset;
86
96
- (void)setAbsoluteTimeUsed:(
bool
)enable;
97
107
- (bool)
getAbsoluteTimeUsed
;
108
109
@end
NvsClipCompoundCaption::inPoint
int64_t inPoint
字幕在时间线上显示的入点(单位微秒)以当前片段的时间为基准,片段的起始时间为开始时间
Definition:
NvsClipCompoundCaption.h:38
-[NvsClipCompoundCaption getAbsoluteTimeUsed]
bool getAbsoluteTimeUsed()
获取字幕入出点是否为绝对时间。
NvsCompoundCaption
Definition:
NvsCompoundCaption.h:53
NvsClipCompoundCaption::outPoint
int64_t outPoint
字幕在时间线显示上的出点(单位微秒)以当前片段的时间为基准,片段的起始时间为开始时间
Definition:
NvsClipCompoundCaption.h:39
NVS_EXPORT
#define NVS_EXPORT
Definition:
NvsCommonDef.h:20
NvsCompoundCaption.h
NvsClipCompoundCaption
片段复合字幕
Definition:
NvsClipCompoundCaption.h:36
NvsFx.h
制作者
1.8.18