#include <stdio.h>#include <stdint.h>#include <stdlib.h>#include <sys/types.h>Include dependency graph for kino_av_pipe.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | _KINO_AV_PIPE_H 1 |
Enumerations | |
| enum | kino_audio_pipe { PIPE_AUDIO_WAV, PIPE_AUDIO_PCM } |
| enum | kino_video_pipe { PIPE_VIDEO_MJPEG, PIPE_VIDEO_DEINTERLACED_MJPEG, PIPE_VIDEO_DV_YUV, PIPE_VIDEO_DV_PGM } |
|
|
Definition at line 22 of file kino_av_pipe.h. |
|
|
Definition at line 58 of file kino_av_pipe.h. 00058 {
00059 PIPE_AUDIO_WAV,
00060 PIPE_AUDIO_PCM
00061 } kino_audio_pipe;
|
|
|
Definition at line 78 of file kino_av_pipe.h. 00078 {
00079 PIPE_VIDEO_MJPEG,
00080 PIPE_VIDEO_DEINTERLACED_MJPEG,
00081 PIPE_VIDEO_DV_YUV,
00082 PIPE_VIDEO_DV_PGM
00083 } kino_video_pipe;
|
1.4.2