public class VideoSettings extends Object implements Serializable
| Constructor and Description |
|---|
VideoSettings() |
VideoSettings(String codec,
Long bitrate,
Double framesPerSecond,
Size resolution) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getBitrate()
Gets the bitrate value for this VideoSettings.
|
String |
getCodec()
Gets the codec value for this VideoSettings.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Double |
getFramesPerSecond()
Gets the framesPerSecond value for this VideoSettings.
|
Size |
getResolution()
Gets the resolution value for this VideoSettings.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBitrate(Long bitrate)
Sets the bitrate value for this VideoSettings.
|
void |
setCodec(String codec)
Sets the codec value for this VideoSettings.
|
void |
setFramesPerSecond(Double framesPerSecond)
Sets the framesPerSecond value for this VideoSettings.
|
void |
setResolution(Size resolution)
Sets the resolution value for this VideoSettings.
|
String |
toString() |
public String getCodec()
public void setCodec(String codec)
codec - * The RFC6381 codec string of the audio.public Long getBitrate()
public void setBitrate(Long bitrate)
bitrate - * The bitrate of the video, in bits per second. This value must
be between 32kbps and 250 Mbps.public Double getFramesPerSecond()
public void setFramesPerSecond(Double framesPerSecond)
framesPerSecond - * The frames per second of the video. This value will be truncated
to three decimal places.public Size getResolution()
public void setResolution(Size resolution)
resolution - * The resolution of the video, in pixels.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.