com.baidubce.services.media.model
Class Video

java.lang.Object
  extended by com.baidubce.services.media.model.Video

public class Video
extends Object


Constructor Summary
Video()
           
 
Method Summary
 Boolean getAutoAdjustResolution()
           
 Integer getBitRateInBps()
           
 String getCodec()
           
 CodecOptions getCodecOptions()
           
 Integer getCrf()
           
 Float getMaxFrameRate()
           
 Integer getMaxHeightInPixel()
           
 Integer getMaxWidthInPixel()
           
 Float getPlaybackSpeed()
           
 String getSizingPolicy()
           
 void setAutoAdjustResolution(Boolean autoAdjustResolution)
           
 void setBitRateInBps(Integer bitRateInBps)
           
 void setCodec(String codec)
           
 void setCodecOptions(CodecOptions codecOptions)
           
 void setCrf(Integer crf)
           
 void setMaxFrameRate(Float maxFrameRate)
           
 void setMaxHeightInPixel(Integer maxHeight)
           
 void setMaxWidthInPixel(Integer maxWidth)
           
 void setPlaybackSpeed(Float playbackSpeed)
           
 void setSizingPolicy(String sizingPolicy)
           
 String toString()
           
 Video withAutoAdjustResolution(Boolean autoAdjustResolution)
           
 Video withBitRateInBps(Integer bitRateInBps)
           
 Video withCodec(String codec)
           
 Video withCodecOptions(CodecOptions codecOptions)
           
 Video withCrf(Integer crf)
           
 Video withMaxFrameRate(Float maxFrameRate)
           
 Video withMaxHeightInPixel(Integer maxHeight)
           
 Video withMaxWidthInPixel(Integer maxWidth)
           
 Video withPlaybackSpeed(Float playbackSpeed)
           
 Video withSizingPolicy(String sizingPolicy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Video

public Video()
Method Detail

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.