1#ifndef MYTHDRMFRAMEBUFFER_H
2#define MYTHDRMFRAMEBUFFER_H
7using DRMFb = std::shared_ptr<class MythDRMFramebuffer>;
8using DRMFbs = std::vector<DRMFb>;
A simple object representing a DRM Framebuffer object.
static DRMFb Create(int FD, uint32_t Id)
MythDRMFramebuffer(int FD, uint32_t Id)
QString Description() const
std::vector< DRMFb > DRMFbs
std::shared_ptr< class MythDRMFramebuffer > DRMFb
std::array< uint32_t, 4 > DRMArray