Skip to content

Commit

Permalink
Modify BatchGetMediaInfos.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Jan 8, 2025
1 parent d0b3546 commit 223ec77
Show file tree
Hide file tree
Showing 4 changed files with 368 additions and 2 deletions.
3 changes: 3 additions & 0 deletions aliyun-java-sdk-vod/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2025-01-08 Version: 2.16.31
- Modify BatchGetMediaInfos.

2024-12-19 Version: 2.16.30
- Add BatchGetMediaInfos.
- Modify UploadStreamByURL.
Expand Down
2 changes: 1 addition & 1 deletion aliyun-java-sdk-vod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-vod</artifactId>
<packaging>jar</packaging>
<version>2.16.30</version>
<version>2.16.31</version>
<name>aliyun-java-sdk-vod</name>
<url>http://www.aliyun.com</url>
<description>Aliyun Open API SDK for Java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ public static class MediaBasicInfo {

private String mediaId;

private List<PlayInfo> playInfoList;

private MediaInfo mediaInfo;

private MezzanineInfo mezzanineInfo;
Expand All @@ -81,6 +83,14 @@ public void setMediaId(String mediaId) {
this.mediaId = mediaId;
}

public List<PlayInfo> getPlayInfoList() {
return this.playInfoList;
}

public void setPlayInfoList(List<PlayInfo> playInfoList) {
this.playInfoList = playInfoList;
}

public MediaInfo getMediaInfo() {
return this.mediaInfo;
}
Expand All @@ -97,6 +107,319 @@ public void setMezzanineInfo(MezzanineInfo mezzanineInfo) {
this.mezzanineInfo = mezzanineInfo;
}

public static class PlayInfo {

private String creationTime;

private String status;

private String specification;

private String complexity;

private String narrowBandType;

private Long height;

private String bitrate;

private String modificationTime;

private String watermarkId;

private Long encrypt;

private String definition;

private String rand;

private String encryptType;

private String encryptMode;

private String preprocessStatus;

private String streamType;

private String jobId;

private String plaintext;

private Long size;

private Long width;

private String fps;

private String duration;

private String playURL;

private String format;

private String hDRType;

private Integer bitDepth;

private Integer jobType;

private String jobExt;

private String codecName;

private String templateId;

private String templateGroupId;

public String getCreationTime() {
return this.creationTime;
}

public void setCreationTime(String creationTime) {
this.creationTime = creationTime;
}

public String getStatus() {
return this.status;
}

public void setStatus(String status) {
this.status = status;
}

public String getSpecification() {
return this.specification;
}

public void setSpecification(String specification) {
this.specification = specification;
}

public String getComplexity() {
return this.complexity;
}

public void setComplexity(String complexity) {
this.complexity = complexity;
}

public String getNarrowBandType() {
return this.narrowBandType;
}

public void setNarrowBandType(String narrowBandType) {
this.narrowBandType = narrowBandType;
}

public Long getHeight() {
return this.height;
}

public void setHeight(Long height) {
this.height = height;
}

public String getBitrate() {
return this.bitrate;
}

public void setBitrate(String bitrate) {
this.bitrate = bitrate;
}

public String getModificationTime() {
return this.modificationTime;
}

public void setModificationTime(String modificationTime) {
this.modificationTime = modificationTime;
}

public String getWatermarkId() {
return this.watermarkId;
}

public void setWatermarkId(String watermarkId) {
this.watermarkId = watermarkId;
}

public Long getEncrypt() {
return this.encrypt;
}

public void setEncrypt(Long encrypt) {
this.encrypt = encrypt;
}

public String getDefinition() {
return this.definition;
}

public void setDefinition(String definition) {
this.definition = definition;
}

public String getRand() {
return this.rand;
}

public void setRand(String rand) {
this.rand = rand;
}

public String getEncryptType() {
return this.encryptType;
}

public void setEncryptType(String encryptType) {
this.encryptType = encryptType;
}

public String getEncryptMode() {
return this.encryptMode;
}

public void setEncryptMode(String encryptMode) {
this.encryptMode = encryptMode;
}

public String getPreprocessStatus() {
return this.preprocessStatus;
}

public void setPreprocessStatus(String preprocessStatus) {
this.preprocessStatus = preprocessStatus;
}

public String getStreamType() {
return this.streamType;
}

public void setStreamType(String streamType) {
this.streamType = streamType;
}

public String getJobId() {
return this.jobId;
}

public void setJobId(String jobId) {
this.jobId = jobId;
}

public String getPlaintext() {
return this.plaintext;
}

public void setPlaintext(String plaintext) {
this.plaintext = plaintext;
}

public Long getSize() {
return this.size;
}

public void setSize(Long size) {
this.size = size;
}

public Long getWidth() {
return this.width;
}

public void setWidth(Long width) {
this.width = width;
}

public String getFps() {
return this.fps;
}

public void setFps(String fps) {
this.fps = fps;
}

public String getDuration() {
return this.duration;
}

public void setDuration(String duration) {
this.duration = duration;
}

public String getPlayURL() {
return this.playURL;
}

public void setPlayURL(String playURL) {
this.playURL = playURL;
}

public String getFormat() {
return this.format;
}

public void setFormat(String format) {
this.format = format;
}

public String getHDRType() {
return this.hDRType;
}

public void setHDRType(String hDRType) {
this.hDRType = hDRType;
}

public Integer getBitDepth() {
return this.bitDepth;
}

public void setBitDepth(Integer bitDepth) {
this.bitDepth = bitDepth;
}

public Integer getJobType() {
return this.jobType;
}

public void setJobType(Integer jobType) {
this.jobType = jobType;
}

public String getJobExt() {
return this.jobExt;
}

public void setJobExt(String jobExt) {
this.jobExt = jobExt;
}

public String getCodecName() {
return this.codecName;
}

public void setCodecName(String codecName) {
this.codecName = codecName;
}

public String getTemplateId() {
return this.templateId;
}

public void setTemplateId(String templateId) {
this.templateId = templateId;
}

public String getTemplateGroupId() {
return this.templateGroupId;
}

public void setTemplateGroupId(String templateGroupId) {
this.templateGroupId = templateGroupId;
}
}

public static class MediaInfo {

private String storageLocation;
Expand Down
Loading

0 comments on commit 223ec77

Please sign in to comment.