public static class MediaOutput.TranscodeOutputInfo.TranscodeMetaInfo.Video extends Object
| Constructor and Description |
|---|
Video() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDurationInMilliSeconds() |
Integer |
getDurationInSeconds() |
Integer |
getFrameRate() |
Boolean |
getGopAlign() |
Integer |
getHeightInPixel() |
Integer |
getMp4MoovSize() |
Double |
getSizeInKiloByte() |
Integer |
getWidthInPixel() |
void |
setDurationInMilliSeconds(Integer durationInMilliSeconds) |
void |
setDurationInSeconds(Integer durationInSeconds) |
void |
setFrameRate(Integer frameRate) |
void |
setGopAlign(Boolean gopAlign) |
void |
setHeightInPixel(Integer heightInPixel) |
void |
setMp4MoovSize(Integer mp4MoovSize) |
void |
setSizeInKiloByte(Double sizeInKiloByte) |
void |
setWidthInPixel(Integer widthInPixel) |
public Integer getDurationInSeconds()
public void setDurationInSeconds(Integer durationInSeconds)
public Integer getDurationInMilliSeconds()
public void setDurationInMilliSeconds(Integer durationInMilliSeconds)
public Double getSizeInKiloByte()
public void setSizeInKiloByte(Double sizeInKiloByte)
public Integer getWidthInPixel()
public void setWidthInPixel(Integer widthInPixel)
public Integer getHeightInPixel()
public void setHeightInPixel(Integer heightInPixel)
public Integer getFrameRate()
public void setFrameRate(Integer frameRate)
public Boolean getGopAlign()
public void setGopAlign(Boolean gopAlign)
public Integer getMp4MoovSize()
public void setMp4MoovSize(Integer mp4MoovSize)
Copyright © 2024. All rights reserved.