Package net.bramp.ffmpeg.info
Class PixelFormat
java.lang.Object
net.bramp.ffmpeg.info.PixelFormat
Represents an FFmpeg pixel format with its properties and capabilities.
-
Constructor Summary
ConstructorsConstructorDescriptionPixelFormat(String name, int numberOfComponents, int bitsPerPixel, String flags) Constructs a new PixelFormat with the given properties. -
Method Summary
-
Constructor Details
-
PixelFormat
Constructs a new PixelFormat with the given properties.
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getName
-
getBitsPerPixel
-
getNumberOfComponents
-
canEncode
Returns whether this pixel format supports encoding. -
canDecode
Returns whether this pixel format supports decoding. -
isHardwareAccelerated
-
isPalettedFormat
-
isBitstreamFormat
-