public class VideoStreamMetaForGetExecutionOutput extends Object
| Constructor and Description |
|---|
VideoStreamMetaForGetExecutionOutput() |
| Modifier and Type | Method and Description |
|---|---|
VideoStreamMetaForGetExecutionOutput |
bitrate(Integer bitrate) |
VideoStreamMetaForGetExecutionOutput |
codec(String codec) |
VideoStreamMetaForGetExecutionOutput |
definition(String definition) |
VideoStreamMetaForGetExecutionOutput |
duration(Float duration) |
boolean |
equals(Object o) |
VideoStreamMetaForGetExecutionOutput |
fps(Float fps) |
Integer |
getBitrate()
Get bitrate
|
String |
getCodec()
Get codec
|
String |
getDefinition()
Get definition
|
Float |
getDuration()
Get duration
|
Float |
getFps()
Get fps
|
Integer |
getHeight()
Get height
|
Integer |
getWidth()
Get width
|
int |
hashCode() |
VideoStreamMetaForGetExecutionOutput |
height(Integer height) |
void |
setBitrate(Integer bitrate) |
void |
setCodec(String codec) |
void |
setDefinition(String definition) |
void |
setDuration(Float duration) |
void |
setFps(Float fps) |
void |
setHeight(Integer height) |
void |
setWidth(Integer width) |
String |
toString() |
VideoStreamMetaForGetExecutionOutput |
width(Integer width) |
public VideoStreamMetaForGetExecutionOutput()
public VideoStreamMetaForGetExecutionOutput bitrate(Integer bitrate)
public Integer getBitrate()
public void setBitrate(Integer bitrate)
public VideoStreamMetaForGetExecutionOutput codec(String codec)
public String getCodec()
public void setCodec(String codec)
public VideoStreamMetaForGetExecutionOutput definition(String definition)
public String getDefinition()
public void setDefinition(String definition)
public VideoStreamMetaForGetExecutionOutput duration(Float duration)
public Float getDuration()
public void setDuration(Float duration)
public VideoStreamMetaForGetExecutionOutput fps(Float fps)
public Float getFps()
public void setFps(Float fps)
public VideoStreamMetaForGetExecutionOutput height(Integer height)
public Integer getHeight()
public void setHeight(Integer height)
public VideoStreamMetaForGetExecutionOutput width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
Copyright © 2025. All rights reserved.