public static class MediaMetadataInfo.VideoCodec extends Object
| Constructor and Description |
|---|
VideoCodec() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBitRateInBps() |
String |
getCodec() |
String |
getDar() |
Float |
getFrameRate() |
Integer |
getHeightInPixel() |
Integer |
getRotate() |
Integer |
getWidthInPixel() |
void |
setBitRateInBps(Integer bitRateInBps) |
void |
setCodec(String codec) |
void |
setDar(String dar) |
void |
setFrameRate(Float frameRate) |
void |
setHeightInPixel(Integer heightInPixel) |
void |
setRotate(Integer rotate) |
void |
setWidthInPixel(Integer widthInPixel) |
public String getCodec()
public void setCodec(String codec)
public Integer getHeightInPixel()
public void setHeightInPixel(Integer heightInPixel)
public Integer getWidthInPixel()
public void setWidthInPixel(Integer widthInPixel)
public Integer getBitRateInBps()
public void setBitRateInBps(Integer bitRateInBps)
public Float getFrameRate()
public void setFrameRate(Float frameRate)
public Integer getRotate()
public void setRotate(Integer rotate)
public String getDar()
public void setDar(String dar)
Copyright © 2024. All rights reserved.