public static class StreamingProfile.VideoProfile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
maxKeyFrameInterval
Maximum GOP size.
|
int |
reqBitrate
The request bitrate.
|
int |
reqFps
The request fps.
|
Constructor and Description |
---|
VideoProfile(int fps,
int bitrate)
The Constructor for setting fps and bitrate only, maxKeyFrameInterval is 3 * reqFps as default.
|
VideoProfile(int fps,
int bitrate,
int maxKeyFrameInterval)
The Constructor for setting fps, bitrate and maxKeyFrameInterval.
|
Modifier and Type | Method and Description |
---|---|
H264Profile |
getH264Profile()
Gets h264 profile for soft encoder.
|
public int reqFps
public int reqBitrate
public int maxKeyFrameInterval
public VideoProfile(int fps, int bitrate)
public VideoProfile(int fps, int bitrate, int maxKeyFrameInterval)