美摄SDK For iOS  3.7.2
NvsClipCompoundCaption.h
浏览该文件的文档.
1 #pragma once
2 
3 #import "NvsFx.h"
4 #import "NvsCompoundCaption.h"
5 #import <CoreGraphics/CGGeometry.h>
6 
24 
25 
26 @property (readonly) int64_t inPoint;
27 @property (readonly) int64_t outPoint;
28 
29 
44 - (int64_t)changeInPoint:(int64_t)newInPoint;
45 
60 - (int64_t)changeOutPoint:(int64_t)newOutPoint;
61 
73 - (void)movePosition:(int64_t)offset;
74 
84 - (void)setAbsoluteTimeUsed:(bool)enable;
85 
95 - (bool)getAbsoluteTimeUsed;
96 
97 @end
NvsClipCompoundCaption::inPoint
int64_t inPoint
字幕在时间线上显示的入点(单位微秒)以当前片段的时间为基准,片段的起始时间为开始时间
Definition: NvsClipCompoundCaption.h:26
-[NvsClipCompoundCaption getAbsoluteTimeUsed]
bool getAbsoluteTimeUsed()
获取字幕入出点是否为绝对时间。
NvsCompoundCaption
Definition: NvsCompoundCaption.h:41
NvsClipCompoundCaption::outPoint
int64_t outPoint
字幕在时间线显示上的出点(单位微秒)以当前片段的时间为基准,片段的起始时间为开始时间
Definition: NvsClipCompoundCaption.h:27
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCompoundCaption.h
NvsClipCompoundCaption
片段复合字幕
Definition: NvsClipCompoundCaption.h:24
NvsFx.h