|
Gnash
0.8.10
|
#include <VideoDecoderGst.h>
Public Member Functions | |
| gnashGstBuffer (GstBuffer *buf, int width, int height) | |
| ~gnashGstBuffer () | |
| virtual size_t | stride () const |
| Get the pitch of the image buffer. | |
| virtual iterator | begin () |
| Access the raw data. | |
| virtual const_iterator | begin () const |
| Access the raw data. | |
| gnash::media::gst::gnashGstBuffer::gnashGstBuffer | ( | GstBuffer * | buf, |
| int | width, | ||
| int | height | ||
| ) | [inline] |
| gnash::media::gst::gnashGstBuffer::~gnashGstBuffer | ( | ) | [inline] |
| virtual iterator gnash::media::gst::gnashGstBuffer::begin | ( | ) | [inline, virtual] |
Access the raw data.
Reimplemented from gnash::image::GnashImage.
| virtual const_iterator gnash::media::gst::gnashGstBuffer::begin | ( | ) | const [inline, virtual] |
Access the raw data.
Reimplemented from gnash::image::GnashImage.
| virtual size_t gnash::media::gst::gnashGstBuffer::stride | ( | ) | const [inline, virtual] |
Get the pitch of the image buffer.
Reimplemented from gnash::image::GnashImage.
References gnash::image::GnashImage::channels(), and gnash::image::GnashImage::width().
1.7.6.1