public class VideoLayout extends Object
资源包结构,平行结构,不支持目录 - zip根目录 - file1.txt - file2.jpeg - file3.mpeg
| Modifier and Type | Class and Description |
|---|---|
static class |
VideoLayout.FrameData |
static class |
VideoLayout.VideoFrame |
| Constructor and Description |
|---|
VideoLayout() |
| Modifier and Type | Method and Description |
|---|---|
List<VideoLayout.VideoFrame> |
getFrames() |
String |
getSubject() |
String |
getVlVersion() |
void |
setFrames(List<VideoLayout.VideoFrame> frames) |
void |
setSubject(String subject) |
void |
setVlVersion(String vlVersion) |
String |
toString() |
public String getSubject()
public void setSubject(String subject)
public String getVlVersion()
public void setVlVersion(String vlVersion)
public List<VideoLayout.VideoFrame> getFrames()
public void setFrames(List<VideoLayout.VideoFrame> frames)
Copyright © 2018. All rights reserved.