public class MediaMetadataInfo extends BceResponseMetadata
| Modifier and Type | Class and Description |
|---|---|
static class |
MediaMetadataInfo.AudioCodec |
static class |
MediaMetadataInfo.BlackBorderArea |
static class |
MediaMetadataInfo.VideoCodec |
| Constructor and Description |
|---|
MediaMetadataInfo() |
| Modifier and Type | Method and Description |
|---|---|
MediaMetadataInfo.AudioCodec |
getAudio() |
MediaMetadataInfo.BlackBorderArea |
getBlackBorderArea() |
String |
getContainer() |
Integer |
getDurationInMillisecond() |
Integer |
getDurationInSecond() |
String |
geteTag() |
Long |
getFileSizeInByte() |
String |
getType() |
MediaMetadataInfo.VideoCodec |
getVideo() |
void |
setAudio(MediaMetadataInfo.AudioCodec audio) |
void |
setBlackBorderArea(MediaMetadataInfo.BlackBorderArea blackBorderArea) |
void |
setContainer(String container) |
void |
setDurationInMillisecond(Integer durationInMillisecond) |
void |
setDurationInSecond(Integer durationInSecond) |
void |
seteTag(String eTag) |
void |
setFileSizeInByte(Long fileSizeInByte) |
void |
setType(String type) |
void |
setVideo(MediaMetadataInfo.VideoCodec video) |
getBceContentSha256, getBceRequestId, getBucketType, getContentDisposition, getContentEncoding, getContentLength, getContentMd5, getContentRange, getContentType, getDate, getETag, getExpires, getLastModified, getLocation, getServer, getSymlinkTarget, getTransferEncoding, setBceContentSha256, setBceRequestId, setBucketType, setContentDisposition, setContentEncoding, setContentLength, setContentMd5, setContentRange, setContentType, setDate, setETag, setExpires, setLastModified, setLocation, setServer, setSymlinkTarget, setTransferEncoding, toStringpublic String geteTag()
public void seteTag(String eTag)
public Long getFileSizeInByte()
public void setFileSizeInByte(Long fileSizeInByte)
public String getType()
public void setType(String type)
public String getContainer()
public void setContainer(String container)
public Integer getDurationInSecond()
public void setDurationInSecond(Integer durationInSecond)
public Integer getDurationInMillisecond()
public void setDurationInMillisecond(Integer durationInMillisecond)
public MediaMetadataInfo.VideoCodec getVideo()
public void setVideo(MediaMetadataInfo.VideoCodec video)
public MediaMetadataInfo.AudioCodec getAudio()
public void setAudio(MediaMetadataInfo.AudioCodec audio)
public MediaMetadataInfo.BlackBorderArea getBlackBorderArea()
public void setBlackBorderArea(MediaMetadataInfo.BlackBorderArea blackBorderArea)
Copyright © 2024. All rights reserved.