com.baidubce.services.vod.model
Class Meta

java.lang.Object
  extended by com.baidubce.services.vod.model.Meta

public class Meta
extends Object

Provides options for media PlayableUrl by VOD service.


Constructor Summary
Meta()
           
 
Method Summary
 Integer getBitRateInBps()
           
 Integer getDurationInSeconds()
           
 float getFrameRate()
           
 Integer getHeightInPixel()
           
 Integer getMp4MoovSize()
           
 Long getSizeInBytes()
           
 Integer getWidthInPixel()
           
 void setBitRateInBps(Integer bitRateInBps)
           
 void setDurationInSeconds(Integer durationInSeconds)
           
 void setFrameRate(float frameRate)
           
 void setHeightInPixel(Integer heightInPixel)
           
 void setMp4MoovSize(Integer mp4MoovSize)
           
 void setSizeInBytes(Long sizeInBytes)
           
 void setWidthInPixel(Integer widthInPixel)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Meta

public Meta()
Method Detail

getSizeInBytes

public Long getSizeInBytes()

setSizeInBytes

public void setSizeInBytes(Long sizeInBytes)

getDurationInSeconds

public Integer getDurationInSeconds()

setDurationInSeconds

public void setDurationInSeconds(Integer durationInSeconds)

getBitRateInBps

public Integer getBitRateInBps()

setBitRateInBps

public void setBitRateInBps(Integer bitRateInBps)

getFrameRate

public float getFrameRate()

setFrameRate

public void setFrameRate(float frameRate)

getWidthInPixel

public Integer getWidthInPixel()

setWidthInPixel

public void setWidthInPixel(Integer widthInPixel)

getHeightInPixel

public Integer getHeightInPixel()

setHeightInPixel

public void setHeightInPixel(Integer heightInPixel)

getMp4MoovSize

public Integer getMp4MoovSize()

setMp4MoovSize

public void setMp4MoovSize(Integer mp4MoovSize)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.