public class Meta extends Object
| Constructor and Description |
|---|
Meta() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBitRateInBps() |
Integer |
getDurationInSeconds() |
float |
getFrameRate() |
Integer |
getHeightInPixel() |
Integer |
getMp4MoovSize() |
Long |
getSizeInBytes() |
Integer |
getWidthInPixel() |
void |
setBitRateInBps(Integer bitRateInBps) |
void |
setDurationInSeconds(Integer durationInSeconds) |
void |
setFrameRate(float frameRate) |
void |
setHeightInPixel(Integer heightInPixel) |
void |
setMp4MoovSize(Integer mp4MoovSize) |
void |
setSizeInBytes(Long sizeInBytes) |
void |
setWidthInPixel(Integer widthInPixel) |
String |
toString() |
public Long getSizeInBytes()
public void setSizeInBytes(Long sizeInBytes)
public Integer getDurationInSeconds()
public void setDurationInSeconds(Integer durationInSeconds)
public Integer getBitRateInBps()
public void setBitRateInBps(Integer bitRateInBps)
public float getFrameRate()
public void setFrameRate(float frameRate)
public Integer getWidthInPixel()
public void setWidthInPixel(Integer widthInPixel)
public Integer getHeightInPixel()
public void setHeightInPixel(Integer heightInPixel)
public Integer getMp4MoovSize()
public void setMp4MoovSize(Integer mp4MoovSize)
Copyright © 2020. All rights reserved.