| Package | Description |
|---|---|
| com.baidubce.services.lss | |
| com.baidubce.services.lss.model |
| Modifier and Type | Method and Description |
|---|---|
CreatePresetResponse |
LssClient.createPreset(String name,
String description,
Audio audio,
Video video,
Hls hls,
Rtmp rtmp,
LiveThumbnail thumbnail,
Watermarks watermarks)
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 |
|---|---|
Video |
LivePreset.getVideo()
视频输出信息的集合
|
Video |
GetPresetResponse.getVideo()
视频输出信息的集合
|
Video |
CreatePresetRequest.getVideo()
视频输出信息的集合
|
Video |
Video.withBitRateInBps(Integer bitRateInBps) |
Video |
Video.withCodec(String codec) |
Video |
Video.withCodecOptions(CodecOptions codecOptions) |
Video |
Video.withMaxFrameRate(Float maxFrameRate) |
Video |
Video.withMaxHeightInPixel(Integer maxHeight) |
Video |
Video.withMaxWidthInPixel(Integer maxWidth) |
Video |
Video.withSizingPolicy(String sizingPolicy) |
| Modifier and Type | Method and Description |
|---|---|
void |
LivePreset.setVideo(Video video) |
void |
GetPresetResponse.setVideo(Video video) |
void |
CreatePresetRequest.setVideo(Video video) |
LivePreset |
LivePreset.withVideo(Video video) |
CreatePresetRequest |
CreatePresetRequest.withVideo(Video video) |
Copyright © 2016. All rights reserved.