public class PixelFormat extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected Integer |
bitsPerPixel |
protected PixelFormatComponents |
components |
protected PixelFormatFlags |
flags |
protected Integer |
log2ChromaH |
protected Integer |
log2ChromaW |
protected String |
name |
protected int |
nbComponents |
Constructor and Description |
---|
PixelFormat() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBitsPerPixel()
Gets the value of the bitsPerPixel property.
|
PixelFormatComponents |
getComponents()
Gets the value of the components property.
|
PixelFormatFlags |
getFlags()
Gets the value of the flags property.
|
Integer |
getLog2ChromaH()
Gets the value of the log2ChromaH property.
|
Integer |
getLog2ChromaW()
Gets the value of the log2ChromaW property.
|
String |
getName()
Gets the value of the name property.
|
int |
getNbComponents()
Gets the value of the nbComponents property.
|
void |
setBitsPerPixel(Integer value)
Sets the value of the bitsPerPixel property.
|
void |
setComponents(PixelFormatComponents value)
Sets the value of the components property.
|
void |
setFlags(PixelFormatFlags value)
Sets the value of the flags property.
|
void |
setLog2ChromaH(Integer value)
Sets the value of the log2ChromaH property.
|
void |
setLog2ChromaW(Integer value)
Sets the value of the log2ChromaW property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNbComponents(int value)
Sets the value of the nbComponents property.
|
protected PixelFormatFlags flags
protected PixelFormatComponents components
protected String name
protected int nbComponents
protected Integer log2ChromaW
protected Integer log2ChromaH
protected Integer bitsPerPixel
public PixelFormatFlags getFlags()
PixelFormatFlags
public void setFlags(PixelFormatFlags value)
value
- allowed object is
PixelFormatFlags
public PixelFormatComponents getComponents()
PixelFormatComponents
public void setComponents(PixelFormatComponents value)
value
- allowed object is
PixelFormatComponents
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public int getNbComponents()
public void setNbComponents(int value)
public Integer getLog2ChromaW()
Integer
public void setLog2ChromaW(Integer value)
value
- allowed object is
Integer
public Integer getLog2ChromaH()
Integer
public void setLog2ChromaH(Integer value)
value
- allowed object is
Integer
public Integer getBitsPerPixel()
Integer
Copyright © 2017. All rights reserved.