32 throw std::runtime_error(
"AvcReaderStream not implemented" ) ;
51 void Gv::AvcReader::init(
const unsigned char * ,
size_t )
static bool available()
Returns true if the decoder library is built in.
Contains AVC configuration parameters, initialised from an "avcC" file segment or from an SDP "fmtp" ...
An encapsulation of image type, including width, height and number of channels, with support for a st...
int dx() const
Returns the image width as indicated by the first SPS structure, or zero if default constructed...
~AvcReaderStream()
Destructor.
int dy() const
Returns the image height as indicated by the first SPS structure, or zero if default constructed...
AvcReaderStream()
Default constructor.
bool keyframe() const
Returns true if a key frame.
Gr::ImageType fill(std::vector< char > &, int scale=1, bool monochrome=false)
Fills the supplied buffer with RGB or greyscale image data and returns the raw image type...