| Package | Description |
|---|---|
| com.sun.media.jfxmedia.control | |
| com.sun.media.jfxmediaimpl |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.Integer,VideoFormat> |
VideoFormat.lookupMap |
| Modifier and Type | Method and Description |
|---|---|
static VideoFormat |
VideoFormat.formatForType(int ntype) |
VideoFormat |
VideoDataBuffer.getFormat() |
static VideoFormat |
VideoFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoFormat[] |
VideoFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VideoDataBuffer |
VideoDataBuffer.convertToFormat(VideoFormat newFormat)
Converts the video image to the specified format.
|
| Modifier and Type | Method and Description |
|---|---|
VideoFormat |
NativeVideoBuffer.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
VideoDataBuffer |
NativeVideoBuffer.convertToFormat(VideoFormat newFormat) |