blob: f38be4b2b5c5302428df75173c476bdcb343ee9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef CDISPLAYREPLAYSD_H
#define CDISPLAYREPLAYSD_H
#include "PVideo.h"
#include <memory>
#include "tokendefinitions.h"
#include <libskindesignerapi/osdelements.h>
#include <libskindesignerapi/skindesignerosdbase.h>
class cDisplayReplaySD
{
public:
cDisplayReplaySD(plexclient::Video* video);
~cDisplayReplaySD();
};
#endif // CDISPLAYREPLAYSD_H
|