Functions | |
| hdhomerun_video_sock_t * | hdhomerun_video_create (uint16_t listen_port, size_t buffer_size) |
| void | hdhomerun_video_destroy (struct hdhomerun_video_sock_t *vs) |
| uint16_t | hdhomerun_video_get_local_port (struct hdhomerun_video_sock_t *vs) |
| int | hdhomerun_video_get_sock (struct hdhomerun_video_sock_t *vs) |
| uint8_t * | hdhomerun_video_recv (struct hdhomerun_video_sock_t *vs, size_t max_size, size_t *pactual_size) |
| void | hdhomerun_video_flush (struct hdhomerun_video_sock_t *vs) |
| void | hdhomerun_video_debug_print_stats (struct hdhomerun_video_sock_t *vs, struct hdhomerun_debug_t *dbg, char *prefix) |
| struct hdhomerun_video_sock_t* hdhomerun_video_create | ( | uint16_t | listen_port, | |
| size_t | buffer_size | |||
| ) |
| void hdhomerun_video_debug_print_stats | ( | struct hdhomerun_video_sock_t * | vs, | |
| struct hdhomerun_debug_t * | dbg, | |||
| char * | prefix | |||
| ) |
| void hdhomerun_video_destroy | ( | struct hdhomerun_video_sock_t * | vs | ) |
| void hdhomerun_video_flush | ( | struct hdhomerun_video_sock_t * | vs | ) |
| uint16_t hdhomerun_video_get_local_port | ( | struct hdhomerun_video_sock_t * | vs | ) |
| int hdhomerun_video_get_sock | ( | struct hdhomerun_video_sock_t * | vs | ) |
| uint8_t* hdhomerun_video_recv | ( | struct hdhomerun_video_sock_t * | vs, | |
| size_t | max_size, | |||
| size_t * | pactual_size | |||
| ) |
1.4.7