GNU Radio 3.7.1 C++ API
gr::video_sdl::sink_uc Class Reference

video sink using SDL More...

#include <sink_uc.h>

Inheritance diagram for gr::video_sdl::sink_uc:

List of all members.

Public Types

typedef boost::shared_ptr
< sink_uc
sptr

Static Public Member Functions

static sptr make (double framerate, int width, int height, unsigned int format, int dst_width, int dst_height)

Detailed Description

video sink using SDL

input signature is one, two or three streams of uchar. One stream: stream is grey (Y) two streems: first is grey (Y), second is alternating U and V Three streams: first is grey (Y), second is U, third is V Input samples must be in the range [0,255].


Member Typedef Documentation


Member Function Documentation

static sptr gr::video_sdl::sink_uc::make ( double  framerate,
int  width,
int  height,
unsigned int  format,
int  dst_width,
int  dst_height 
) [static]

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