#include <SDL.h>
#include <video_sdl_sink_s.h>
#include <gr_io_signature.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>
#include <iostream>
#include <stdexcept>
#include <cstring>

Functions | |
| video_sdl_sink_s_sptr | video_sdl_make_sink_s (double framerate, int width, int height, unsigned int format, int dst_width, int dst_height) |
| video_sdl_sink_s_sptr video_sdl_make_sink_s | ( | double | framerate, | |
| int | width, | |||
| int | height, | |||
| unsigned int | format, | |||
| int | dst_width, | |||
| int | dst_height | |||
| ) |
1.5.5