| Package | Description |
|---|---|
| com.baidubce.services.lss | |
| com.baidubce.services.lss.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Hls |
LivePreset.getHls()
hls输出参数
|
Hls |
GetPresetResponse.getHls()
hls输出参数
|
Hls |
CreatePresetRequest.getHls()
hls输出参数
|
Hls |
Hls.withAdaptive(Boolean adaptive) |
Hls |
Hls.withSegmentListSize(Integer segmentListSize) |
Hls |
Hls.withSegmentTimeInSecond(Integer segmentTimeInSecond) |
| Modifier and Type | Method and Description |
|---|---|
void |
LivePreset.setHls(Hls hls) |
void |
GetPresetResponse.setHls(Hls hls) |
void |
CreatePresetRequest.setHls(Hls hls) |
LivePreset |
LivePreset.withHls(Hls hls) |
CreatePresetRequest |
CreatePresetRequest.withHls(Hls hls) |
Copyright © 2015. All rights reserved.