|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Video | |
|---|---|
| com.baidubce.services.lss | |
| com.baidubce.services.lss.model | |
| Uses of Video in com.baidubce.services.lss |
|---|
| Methods in com.baidubce.services.lss with parameters of type Video | |
|---|---|
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. |
| Uses of Video in com.baidubce.services.lss.model |
|---|
| Methods in com.baidubce.services.lss.model that return Video | |
|---|---|
Video |
GetPresetResponse.getVideo()
视频输出信息的集合 |
Video |
LivePreset.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)
|
| Methods in com.baidubce.services.lss.model with parameters of type Video | |
|---|---|
void |
GetPresetResponse.setVideo(Video video)
|
void |
LivePreset.setVideo(Video video)
|
void |
CreatePresetRequest.setVideo(Video video)
|
LivePreset |
LivePreset.withVideo(Video video)
|
CreatePresetRequest |
CreatePresetRequest.withVideo(Video video)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||