| java.lang.Object | |
| ↳ | org.opencdnunion.media.streamer.framework.VideoEncodeConfig |
Configuration of video encoder.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public int | bitrate | Video bitrate in bps | |||||||||
| public int | codecId | Video codec id, see AVConst.CODEC_ID_XXX | |||||||||
| public float | frameRate | Video frame rate | |||||||||
| public int | height | Height of input video frame | |||||||||
| public float | iFrameInterval | Video encode key frame interval | |||||||||
| public int | pixFmt | Pixel format of input video frame, see AVConst.PIX_FMT_XXX | |||||||||
| public int | profile | Video encode profile, see AVConst.PROFILE_XXX | |||||||||
| public int | width | Width of input video frame | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VideoEncodeConfig(int codecId, int width, int height, int bitrate) | |||||||||||
| VideoEncodeConfig(VideoEncodeConfig config) | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Video bitrate in bps
Video codec id, see AVConst.CODEC_ID_XXX
Video frame rate
Height of input video frame
Video encode key frame interval
Pixel format of input video frame, see AVConst.PIX_FMT_XXX
Video encode profile, see AVConst.PROFILE_XXX
Width of input video frame