|
vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
|
Mediaplayer class. More...
#include <cstdlib>#include <fstream>#include <string>#include <libavcodec/avcodec.h>#include <libavformat/avformat.h>#include <vdr/player.h>#include "audio.h"#include "logger.h"#include "misc.h"#include "mediaplayer.h"#include "softhddevice.h"#include "softhdmenu.h"Go to the source code of this file.
Functions | |
| static bool | IsM3UPlaylist (char *source) |
| Returns true, if the playlist is a m3u playlist. | |
Mediaplayer class.
This file defines all classes used for the integrated mediaplayer
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 mediaplayer.cpp.
|
static |
Returns true, if the playlist is a m3u playlist.
| source | file or playlist to be played |
Definition at line 81 of file mediaplayer.cpp.
Referenced by cSoftHdPlayer::Action(), and cSoftHdPlayer::cSoftHdPlayer().