Package org.ffmpeg.ffprobe
Class ErrorType
- java.lang.Object
-
- org.ffmpeg.ffprobe.ErrorType
-
public class ErrorType extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description ErrorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()Gets the value of the code property.StringgetString()Gets the value of the string property.voidsetCode(int value)Sets the value of the code property.voidsetString(String value)Sets the value of the string property.
-
-
-
Field Detail
-
code
protected int code
-
string
protected String string
-
-