| Package | Description |
|---|---|
| com.baidubce.services.lss | |
| com.baidubce.services.lss.model |
| Modifier and Type | Method and Description |
|---|---|
CreatePresetResponse |
LssClient.createForwardOnlyPreset(String presetName,
String description,
Hls hls,
Rtmp rtmp,
Recording recording,
LiveThumbnail thumbnail)
Create a live preset which contains parameters needed in the live stream service, and in forward only mode, in
which the input stream's resolution ratio and code rate will be kept unchanged.
|
CreatePresetResponse |
LssClient.createPreset(String presetName,
String description,
Audio audio,
Video video,
Hls hls,
Rtmp rtmp,
Recording recording)
Create a live preset which contains parameters needed in the live stream service.
|
CreatePresetResponse |
LssClient.createPreset(String presetName,
String description,
Audio audio,
Video video,
Hls hls,
Rtmp rtmp,
Recording recording,
LiveThumbnail thumbnail)
Create a live preset which contains parameters needed in the live stream service, and not in forward only
mode, so that the input stream will be transcoded according to audio and video parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Recording |
LivePreset.getRecording()
直播内容记录相关参数
|
Recording |
GetPresetResponse.getRecording()
直播内容记录相关参数
|
Recording |
CreatePresetRequest.getRecording()
直播内容记录相关参数
|
Recording |
Recording.withFormat(String format) |
Recording |
Recording.withPeriodInMinute(Integer periodInMinute) |
| Modifier and Type | Method and Description |
|---|---|
void |
LivePreset.setRecording(Recording recording) |
void |
GetPresetResponse.setRecording(Recording recording) |
void |
CreatePresetRequest.setRecording(Recording recording) |
LivePreset |
LivePreset.withRecording(Recording recording) |
CreatePresetRequest |
CreatePresetRequest.withRecording(Recording recording) |
Copyright © 2015. All rights reserved.