public class EncoderInfo
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
long |
avgUseTime
The average time to encode an image.
|
long |
bitrateDiff
The bitrate difference.
|
long |
duration
The encoding duration.
|
long |
encoderType
The encoder type. 0 indicates software encoder. 1 indicates hardware encoder.
|
long |
fps
The average frame rate.
|
long |
height
The height of the video.
|
long |
keyframeDelay
The average keyframe delay.
|
long |
maxCacheFrame
The maximum number of cached frames.
|
long |
width
The width of the video.
|
构造器和说明 |
---|
EncoderInfo() |
public long encoderType
public long width
public long height
public long duration
public long fps
public long bitrateDiff
public long keyframeDelay
public long avgUseTime
public long maxCacheFrame