|
||||||||||
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 |
LivePreset.getVideo()
视频输出信息的集合 |
Video |
GetPresetResponse.getVideo()
视频输出信息的集合 |
Video |
CreatePresetRequest.getVideo()
Returns the video settings. |
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 |
LivePreset.setVideo(Video video)
|
void |
GetPresetResponse.setVideo(Video video)
|
void |
CreatePresetRequest.setVideo(Video video)
Sets the video settings. |
LivePreset |
LivePreset.withVideo(Video video)
|
CreatePresetRequest |
CreatePresetRequest.withVideo(Video video)
Sets the video settings and returns this object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |