Package org.ffmpeg.ffprobe
Class ErrorType
java.lang.Object
org.ffmpeg.ffprobe.ErrorType
Java class for errorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="errorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="string" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
code
protected int code -
string
-
-
Constructor Details
-
ErrorType
public ErrorType()
-
-
Method Details
-
getCode
public int getCode()Gets the value of the code property. -
setCode
public void setCode(int value) Sets the value of the code property. -
getString
Gets the value of the string property.- Returns:
- possible object is
String
-
setString
Sets the value of the string property.- Parameters:
value- allowed object isString
-