public class VideoInfo extends Object
| Constructor and Description |
|---|
VideoInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBitRateInBps()
视频媒体的码流
|
String |
getCodec()
视频文件的编码规格
|
String |
getDar()
视频媒体的显示比例
|
Integer |
getFrameRate()
视频媒体的帧率
|
Integer |
getHeightInPixel()
视频高度
|
Integer |
getRotate()
视频媒体的旋转角度
|
Integer |
getWidthInPixel()
视频宽度
|
void |
setBitRateInBps(Integer bitRateInBps) |
void |
setCodec(String codec) |
void |
setDar(String dar) |
void |
setFrameRate(Integer frameRate) |
void |
setHeightInPixel(Integer heightInPixel) |
void |
setRotate(Integer rotate) |
void |
setWidthInPixel(Integer widthInPixel) |
String |
toString() |
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 Integer getFrameRate()
public void setFrameRate(Integer frameRate)
public Integer getRotate()
public void setRotate(Integer rotate)
public String getDar()
public void setDar(String dar)
Copyright © 2022. All rights reserved.