public class VideoInfo extends Object
| Constructor and Description |
|---|
VideoInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBitRateInBps()
视频媒体的码流
|
String |
getCodec()
视频文件的编码规格
|
Integer |
getFrameRate()
视频媒体的帧率
|
Integer |
getHeightInPixel()
视频高度
|
Integer |
getWidthInPixel()
视频宽度
|
void |
setBitRateInBps(Integer bitRateInBps) |
void |
setCodec(String codec) |
void |
setFrameRate(Integer frameRate) |
void |
setHeightInPixel(Integer heightInPixel) |
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)
Copyright © 2020. All rights reserved.