#include <QGst/Fourcc>
List of all members.
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 |
Detailed Description
Helper structure for accessing Fourcc values.
Definition at line 27 of file structs.h.
The documentation for this struct was generated from the following file: