MythTV master
mythdisplayandroid.h
Go to the documentation of this file.
1#ifndef MYTHDISPLAYANDROID_H
2#define MYTHDISPLAYANDROID_H
3
4// MythTV
5#include "mythdisplay.h"
6
8{
9 public:
11 ~MythDisplayAndroid() override = default;
12
13 protected:
14 void UpdateCurrentMode(void) override;
15};
16
17#endif // MYTHDISPLAYANDROID_H
void UpdateCurrentMode(void) override
Retrieve screen details.
~MythDisplayAndroid() override=default