QtGStreamer 1.2.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
QGst::Fourcc Struct Reference

#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 
 

Detailed Description

Helper structure for accessing Fourcc values.

Definition at line 28 of file structs.h.

Constructor & Destructor Documentation

◆ Fourcc() [1/4]

QGst::Fourcc::Fourcc ( )
inline

Definition at line 30 of file structs.h.

◆ Fourcc() [2/4]

QGst::Fourcc::Fourcc ( char  first,
char  second,
char  third,
char  fourth 
)
inline

Definition at line 32 of file structs.h.

◆ Fourcc() [3/4]

QGst::Fourcc::Fourcc ( const char  str[4])
inline

Definition at line 37 of file structs.h.

◆ Fourcc() [4/4]

QGst::Fourcc::Fourcc ( quint32  fourcc)
inline

Definition at line 42 of file structs.h.

Member Data Documentation

◆ first

char QGst::Fourcc::first

Definition at line 50 of file structs.h.

◆ second

char QGst::Fourcc::second

Definition at line 51 of file structs.h.

◆ third

char QGst::Fourcc::third

Definition at line 52 of file structs.h.

◆ fourth

char QGst::Fourcc::fourth

Definition at line 53 of file structs.h.

◆ as_integer

quint32 QGst::Fourcc::as_integer

Definition at line 63 of file structs.h.


The documentation for this struct was generated from the following file: