|
vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
|
Device class. More...
#include <mutex>#include <variant>#include <libintl.h>#include <libavcodec/avcodec.h>#include <vdr/dvbspu.h>#include <vdr/skins.h>#include "audio.h"#include "codec_audio.h"#include "config.h"#include "event.h"#include "grab.h"#include "jittertracker.h"#include "logger.h"#include "pes.h"#include "pipreceiver.h"#include "softhddevice.h"#include "softhdosd.h"#include "videorender.h"#include "videostream.h"Go to the source code of this file.
Functions | |
| static void | PrintStreamData (const uchar *payload) |
| Print the start code, stream id, length, first three bytes (start code) of the payload, and the following 16 bytes of the codec payload. | |
Device class.
This file defines cSoftHdDevice which is the implementation of cDevice. This is the place where all the device commands which are sent be VDR are placed in (i.e. Play(), TrickSpeed() ...)
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 softhddevice.cpp.
|
static |
Print the start code, stream id, length, first three bytes (start code) of the payload, and the following 16 bytes of the codec payload.
| data | pointer to stream data |
| offset | print from here |
Definition at line 944 of file softhddevice.cpp.