public static class LiveChannelStat.VideoStat extends Object
构造器和说明 |
---|
LiveChannelStat.VideoStat() |
LiveChannelStat.VideoStat(int width,
int height,
int frameRate,
int bandWidth,
String codec) |
限定符和类型 | 方法和说明 |
---|---|
int |
getBandWidth() |
String |
getCodec() |
int |
getFrameRate() |
int |
getHeight() |
int |
getWidth() |
void |
setBandWidth(int bandWidth) |
void |
setCodec(String codec) |
void |
setFrameRate(int frameRate) |
void |
setHeight(int height) |
void |
setWidth(int width) |
public LiveChannelStat.VideoStat()
public LiveChannelStat.VideoStat(int width, int height, int frameRate, int bandWidth, String codec)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public int getFrameRate()
public void setFrameRate(int frameRate)
public int getBandWidth()
public void setBandWidth(int bandWidth)
public String getCodec()
public void setCodec(String codec)
Copyright © 2019. All Rights Reserved.