| java.lang.Object | |
| ↳ | com.ksyun.media.player.recorder.VideoRecorderConfig |
视频录制配置类
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VideoRecorderConfig() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | getKeyFrameIntervalSecond() | ||||||||||
| int | getVideoBitrate() | ||||||||||
| void |
setKeyFrameIntervalSecond(int second)
设置视频编码关键帧间隔,默认值 3s
| ||||||||||
| void |
setVideoBitrate(int bitrate)
设置视频编码码率,默认值 800kbps
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
设置视频编码关键帧间隔,默认值 3s
| second | 视频编码关键帧间隔,单位 秒 |
|---|
设置视频编码码率,默认值 800kbps
| bitrate | 视频编码码率,单位 bps |
|---|