com.baidubce.services.media.model
Class Video
java.lang.Object
com.baidubce.services.media.model.Video
public class Video
- extends Object
Constructor Summary |
Video()
|
Video
public Video()
getCodec
public String getCodec()
setCodec
public void setCodec(String codec)
withCodec
public Video withCodec(String codec)
getCodecOptions
public CodecOptions getCodecOptions()
setCodecOptions
public void setCodecOptions(CodecOptions codecOptions)
withCodecOptions
public Video withCodecOptions(CodecOptions codecOptions)
getBitRateInBps
public Integer getBitRateInBps()
setBitRateInBps
public void setBitRateInBps(Integer bitRateInBps)
withBitRateInBps
public Video withBitRateInBps(Integer bitRateInBps)
getMaxFrameRate
public Float getMaxFrameRate()
setMaxFrameRate
public void setMaxFrameRate(Float maxFrameRate)
withMaxFrameRate
public Video withMaxFrameRate(Float maxFrameRate)
getMaxWidthInPixel
public Integer getMaxWidthInPixel()
setMaxWidthInPixel
public void setMaxWidthInPixel(Integer maxWidth)
withMaxWidthInPixel
public Video withMaxWidthInPixel(Integer maxWidth)
getMaxHeightInPixel
public Integer getMaxHeightInPixel()
setMaxHeightInPixel
public void setMaxHeightInPixel(Integer maxHeight)
withMaxHeightInPixel
public Video withMaxHeightInPixel(Integer maxHeight)
getSizingPolicy
public String getSizingPolicy()
setSizingPolicy
public void setSizingPolicy(String sizingPolicy)
withSizingPolicy
public Video withSizingPolicy(String sizingPolicy)
getPlaybackSpeed
public Float getPlaybackSpeed()
setPlaybackSpeed
public void setPlaybackSpeed(Float playbackSpeed)
withPlaybackSpeed
public Video withPlaybackSpeed(Float playbackSpeed)
getCrf
public Integer getCrf()
setCrf
public void setCrf(Integer crf)
withCrf
public Video withCrf(Integer crf)
getAutoAdjustResolution
public Boolean getAutoAdjustResolution()
setAutoAdjustResolution
public void setAutoAdjustResolution(Boolean autoAdjustResolution)
withAutoAdjustResolution
public Video withAutoAdjustResolution(Boolean autoAdjustResolution)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2018. All rights reserved.