|
GNU Radio 3.7.1 C++ API
|
video sink using SDL More...
#include <sink_s.h>

Public Types | |
| typedef boost::shared_ptr< sink_s > | sptr |
Static Public Member Functions | |
| static sptr | make (double framerate, int width, int height, unsigned int format, int dst_width, int dst_height) |
video sink using SDL
input signature is one, two or three streams of signed short. 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].
| static sptr gr::video_sdl::sink_s::make | ( | double | framerate, |
| int | width, | ||
| int | height, | ||
| unsigned int | format, | ||
| int | dst_width, | ||
| int | dst_height | ||
| ) | [static] |