Phonon

Phonon::Experimental::VideoFrame Struct Reference

#include <videoframe.h>

Public Types

enum  Format { Format_YUV422 , Format_YUV420 , Format_RGBA8 }
 

Public Attributes

Format colorspace
 
QByteArray data
 
int height
 
int width
 

Detailed Description

A single video frame.

This simple class contains the data of a frame and metadata describing how to interpret the data.

Author
Matthias Kretz kretz.nosp@m.@kde.nosp@m..org

Definition at line 41 of file videoframe.h.

Member Enumeration Documentation

◆ Format

enum Phonon::Experimental::VideoFrame::Format

Definition at line 43 of file videoframe.h.

Member Data Documentation

◆ colorspace

Format Phonon::Experimental::VideoFrame::colorspace

Colorspace of the frame.

Definition at line 66 of file videoframe.h.

◆ data

QByteArray Phonon::Experimental::VideoFrame::data

Definition at line 54 of file videoframe.h.

◆ height

int Phonon::Experimental::VideoFrame::height

The height of the video frame in pixels.

Definition at line 62 of file videoframe.h.

◆ width

int Phonon::Experimental::VideoFrame::width

The width of the video frame in pixels.

Definition at line 58 of file videoframe.h.


The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:20:24 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.