QtGStreamer
0.10.2
|
#include <QGst/Fourcc>
Public Member Functions | |
Fourcc (char first, char second, char third, char fourth) | |
Fourcc (const char str[4]) | |
Fourcc (quint32 fourcc) | |
Public Attributes | |
union { | |
struct { | |
char first | |
char second | |
char third | |
char fourth | |
} as_bytes | |
quint32 as_integer | |
} | value |