Phonon
videoframe2.h
const char * constData() const const
Format_Invalid
int aspectCorrectedHeight() const
Convenience function to calculate the aspect corrected height from the aspectRatio and width values.
Definition videoframe2.h:106
@ Format_YCbCr420
The frame is stored in data0, data1 and data2 using data0 for the Y data, data1 for the Cb data and d...
Definition videoframe2.h:66
@ Format_YCbCr422
The frame is stored in data0 using a 32-bit Y0-Cb-Y1-Cr format (8-8-8-8).
Definition videoframe2.h:71
@ Format_RGB888
The frame is stored in data0 using a 24-bit RGB format (8-8-8).
Definition videoframe2.h:57
int aspectCorrectedWidth() const
Convenience function to calculate the aspect corrected width from the aspectRatio and height values.
Definition videoframe2.h:98
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.