|
QtGStreamer
1.2.0
|
#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 |
1.8.17