public class GetMediaInfoOfFileResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
GetMediaInfoOfFileResponse() |
| Modifier and Type | Method and Description |
|---|---|
AudioInfo |
getAudio()
音频流信息
|
String |
getBucket()
文件所在的BOS的Bucket
|
String |
getContainer()
封装格式
|
Integer |
getDurationInMillisecond()
文件时长,单位:毫秒
|
Integer |
getDurationInSecond()
文件时长,单位:秒
|
String |
getEtag()
文件的MD5值
|
Long |
getFileSizeInByte()
文件的大小
|
String |
getKey()
文件的BOS的Key
|
String |
getType()
文件类型
|
VideoInfo |
getVideo()
视频流信息
|
void |
setAudio(AudioInfo audio) |
void |
setBucket(String bucket) |
void |
setContainer(String container) |
void |
setDurationInMillisecond(Integer durationInMillisecond) |
void |
setDurationInSecond(Integer durationInSecond) |
void |
setEtag(String etag) |
void |
setFileSizeInByte(Long fileSizeInByte) |
void |
setKey(String key) |
void |
setType(String type) |
void |
setVideo(VideoInfo video) |
String |
toString() |
getMetadatapublic String getBucket()
public void setBucket(String bucket)
public String getKey()
public void setKey(String key)
public Long getFileSizeInByte()
public void setFileSizeInByte(Long fileSizeInByte)
public String getEtag()
public void setEtag(String etag)
public String getType()
public void setType(String type)
public VideoInfo getVideo()
public void setVideo(VideoInfo video)
public AudioInfo getAudio()
public void setAudio(AudioInfo audio)
public String getContainer()
public void setContainer(String container)
public Integer getDurationInSecond()
public void setDurationInSecond(Integer durationInSecond)
public Integer getDurationInMillisecond()
public void setDurationInMillisecond(Integer durationInMillisecond)
Copyright © 2024. All rights reserved.