Gnash  0.8.10
Public Member Functions | Public Attributes
gnash::media::gst::WebcamVidFormat Class Reference

#include <VideoInputGst.h>

List of all members.

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.
FramerateFractionframerates
 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.

Detailed Description

Class used to hold enumerated information about usable video formats.


Constructor & Destructor Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following files: