| Modifier and Type | Field and Description |
|---|---|
protected PixelFormat |
Configurable.pixelFormat
The pixel format for video encoder.
|
| Modifier and Type | Method and Description |
|---|---|
static PixelFormat |
PixelFormat.byId(int id) |
PixelFormat |
PictureFormat.getFormat() |
PixelFormat |
VideoFrame.getPixelFormat() |
PixelFormat |
Demuxer.getPixelFormat() |
PixelFormat |
Decoder.getPixelFormat() |
PixelFormat |
Configurable.getPixelFormat()
Get pixel format.
|
PixelFormat |
Coder.getPixelFormat() |
static PixelFormat |
Image.getPixelFormat(BufferedImage image) |
PixelFormat[] |
Codec.getSupportedPixelFormats()
Get all supported pixel formats by this
Codec. |
static PixelFormat |
PixelFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PixelFormat[] |
PixelFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PictureFormat.setFormat(PixelFormat format) |
void |
Encoder.setPixelFormat(PixelFormat format) |
void |
Decoder.setPixelFormat(PixelFormat format) |
void |
Configurable.setPixelFormat(PixelFormat pixelFormat)
Set new pixel format.
|
| Constructor and Description |
|---|
PictureFormat(int width,
int height,
PixelFormat format) |
VideoFrame(ByteBuffer data,
int width,
int height,
PixelFormat format) |
Copyright © 2013. All Rights Reserved.