public class PartInfo
extends java.lang.Object
Constructor and Description |
---|
PartInfo() |
Modifier and Type | Method and Description |
---|---|
long |
getDuration()
获取该片段的时长,单位毫秒
|
java.lang.String |
getPath()
获取视频片段路径
|
void |
setDuration(long duration)
设置片段时长,单位毫秒
|
void |
setPath(java.lang.String path)
设置视频片段路径
|