Package org.ffmpeg.ffprobe436
Class PixelFormatType
java.lang.Object
org.ffmpeg.ffprobe436.PixelFormatType
Java class for pixelFormatType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pixelFormatType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="flags" type="{http://www.ffmpeg.org/schema/ffprobe}pixelFormatFlagsType" minOccurs="0"/>
<element name="components" type="{http://www.ffmpeg.org/schema/ffprobe}pixelFormatComponentsType" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nb_components" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="log2_chroma_w" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="log2_chroma_h" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="bits_per_pixel" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected PixelFormatComponentsTypeprotected PixelFormatFlagsTypeprotected Integerprotected Integerprotected Stringprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bitsPerPixel property.Gets the value of the components property.getFlags()Gets the value of the flags property.Gets the value of the log2ChromaH property.Gets the value of the log2ChromaW property.getName()Gets the value of the name property.intGets the value of the nbComponents property.voidsetBitsPerPixel(Integer value) Sets the value of the bitsPerPixel property.voidSets the value of the components property.voidsetFlags(PixelFormatFlagsType value) Sets the value of the flags property.voidsetLog2ChromaH(Integer value) Sets the value of the log2ChromaH property.voidsetLog2ChromaW(Integer value) Sets the value of the log2ChromaW property.voidSets the value of the name property.voidsetNbComponents(int value) Sets the value of the nbComponents property.
-
Field Details
-
flags
-
components
-
name
-
nbComponents
protected int nbComponents -
log2ChromaW
-
log2ChromaH
-
bitsPerPixel
-
-
Constructor Details
-
PixelFormatType
public PixelFormatType()
-
-
Method Details
-
getFlags
Gets the value of the flags property.- Returns:
- possible object is
PixelFormatFlagsType
-
setFlags
Sets the value of the flags property.- Parameters:
value- allowed object isPixelFormatFlagsType
-
getComponents
Gets the value of the components property.- Returns:
- possible object is
PixelFormatComponentsType
-
setComponents
Sets the value of the components property.- Parameters:
value- allowed object isPixelFormatComponentsType
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getNbComponents
public int getNbComponents()Gets the value of the nbComponents property. -
setNbComponents
public void setNbComponents(int value) Sets the value of the nbComponents property. -
getLog2ChromaW
Gets the value of the log2ChromaW property.- Returns:
- possible object is
Integer
-
setLog2ChromaW
Sets the value of the log2ChromaW property.- Parameters:
value- allowed object isInteger
-
getLog2ChromaH
Gets the value of the log2ChromaH property.- Returns:
- possible object is
Integer
-
setLog2ChromaH
Sets the value of the log2ChromaH property.- Parameters:
value- allowed object isInteger
-
getBitsPerPixel
Gets the value of the bitsPerPixel property.- Returns:
- possible object is
Integer
-
setBitsPerPixel
Sets the value of the bitsPerPixel property.- Parameters:
value- allowed object isInteger
-