Gnash
0.8.10
|
#include <VideoInputGst.h>
Public Member Functions | |
WebcamVidFormat () | |
Constructor for the WebcamVidFormat class. | |
Public Attributes | |
gchar * | mimetype |
Contains a gchar* which describes the raw video input stream from the camera formated in a Gstreamer video format type (e.g. video/x-raw-rgb or video/x-raw-yuv). | |
gint | width |
Contains a gint value describing the width of the selected format. | |
gint | height |
Contains a gint value describing the height of the selected format. | |
gint | numFramerates |
Contains a gint value representing the number of framerate values supported by the format described in the mimetype var. | |
FramerateFraction * | framerates |
Pointer to a FramerateFraction class which simply holds a temporary framerate variable while trying to determine the highest possible supported framerate for the format described in the mimetype var. | |
FramerateFraction | highestFramerate |
Holds the highest_frame supported by the format described in the mimetype var. |
Class used to hold enumerated information about usable video formats.
Constructor for the WebcamVidFormat class.
Constructor for the WebcamVidFormat class. This constructor prepares the data structure for data that will come in later. All gint values are initialized to -1 to show that these values have never been set.
References numFramerates.
Pointer to a FramerateFraction class which simply holds a temporary framerate variable while trying to determine the highest possible supported framerate for the format described in the mimetype var.
Contains a gint value describing the height of the selected format.
Holds the highest_frame supported by the format described in the mimetype var.
Contains a gchar* which describes the raw video input stream from the camera formated in a Gstreamer video format type (e.g. video/x-raw-rgb or video/x-raw-yuv).
Contains a gint value representing the number of framerate values supported by the format described in the mimetype var.
Referenced by WebcamVidFormat().
Contains a gint value describing the width of the selected format.