|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.neomedia.directshow.DSFormat
public class DSFormat
DirectShow video format.
| Field Summary | |
|---|---|
static long |
ARGB32
The ARGB32 constant. |
static long |
I420
The I420 constant. |
static long |
NV12
The NV12 constant. |
static long |
RGB24
The RGB24 constant. |
static long |
RGB32
The RGB32 constant. |
static long |
UYVY
The UYVY constant. |
static long |
Y411
The Y411 constant. |
static long |
Y41P
The Y41P constant. |
static long |
YUY2
The YUY2 constant. |
| Constructor Summary | |
|---|---|
DSFormat(int width,
int height,
long pixelFormat)
Constructor. |
|
| Method Summary | |
|---|---|
static long |
getARGBPixelFormat()
Get the ARGB32 native pixel format |
static long |
getAYUVPixelFormat()
Get the AYUV native pixel format |
int |
getHeight()
Get video height. |
static long |
getI420PixelFormat()
Get the I420 native pixel format |
static long |
getIF09PixelFormat()
Get the IF09 native pixel format |
static long |
getIMC1PixelFormat()
Get the IMC1 native pixel format |
static long |
getIMC2PixelFormat()
Get the IMC2 native pixel format |
static long |
getIMC3PixelFormat()
Get the IMC3 native pixel format |
static long |
getIMC4PixelFormat()
Get the IMC4 native pixel format |
static long |
getIYUVPixelFormat()
Get the IYUV native pixel format |
static long |
getNV12PixelFormat()
Get the NV12 native pixel format |
long |
getPixelFormat()
Get color space. |
static long |
getRGB24PixelFormat()
Get the RGB24 native pixel format |
static long |
getRGB32PixelFormat()
Get the RGB32 native pixel format |
static long |
getUYVYPixelFormat()
Get the UYVY native pixel format |
int |
getWidth()
Get video width. |
static long |
getY211PixelFormat()
Get the Y211 native pixel format |
static long |
getY411PixelFormat()
Get the Y411 native pixel format |
static long |
getY41PPixelFormat()
Get the Y41P native pixel format |
static long |
getYUY2PixelFormat()
Get the YUY2 native pixel format |
static long |
getYV12PixelFormat()
Get the YV12 native pixel format |
static long |
getYVU9PixelFormat()
Get the YVU9 native pixel format |
static long |
getYVYUPixelFormat()
Get the YVYU native pixel format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long RGB24
public static final long RGB32
public static final long ARGB32
public static final long YUY2
public static final long UYVY
public static final long Y411
public static final long Y41P
public static final long NV12
public static final long I420
| Constructor Detail |
|---|
public DSFormat(int width,
int height,
long pixelFormat)
width - video widthheight - video heightpixelFormat - pixel format| Method Detail |
|---|
public int getWidth()
public int getHeight()
public long getPixelFormat()
public static long getRGB24PixelFormat()
public static long getRGB32PixelFormat()
public static long getARGBPixelFormat()
public static long getAYUVPixelFormat()
public static long getYUY2PixelFormat()
public static long getUYVYPixelFormat()
public static long getIMC1PixelFormat()
public static long getIMC2PixelFormat()
public static long getIMC3PixelFormat()
public static long getIMC4PixelFormat()
public static long getYV12PixelFormat()
public static long getNV12PixelFormat()
public static long getIF09PixelFormat()
public static long getIYUVPixelFormat()
public static long getY211PixelFormat()
public static long getY411PixelFormat()
public static long getY41PPixelFormat()
public static long getYVU9PixelFormat()
public static long getYVYUPixelFormat()
public static long getI420PixelFormat()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||