|
vdr-plugin-softhddevice-drm-gles 1.4.0
|
Videostream class header file. More...
#include <atomic>#include <functional>#include <vector>#include <libavfilter/avfilter.h>#include <libavcodec/avcodec.h>#include <libavutil/avutil.h>#include "codec_video.h"#include "videorender.h"#include "pes.h"#include "threads.h"#include "drmbuffer.h"#include "queue.h"

Go to the source code of this file.
Classes | |
| class | cVideoStream |
| cVideoStream - Video stream class More... | |
Macros | |
| #define | VIDEO_BUFFER_SIZE (512 * 1024) |
| video PES buffer default size More... | |
| #define | VIDEO_PACKET_MAX 192 |
| max number of video packets held in the buffer More... | |
Videostream class header file.
AGPLv3
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
Definition in file videostream.h.
| #define VIDEO_BUFFER_SIZE (512 * 1024) |
video PES buffer default size
Definition at line 41 of file videostream.h.
| #define VIDEO_PACKET_MAX 192 |
max number of video packets held in the buffer
Definition at line 42 of file videostream.h.