1#ifndef MYTHDRMENCODER_H
2#define MYTHDRMENCODER_H
7using DRMEnc = std::shared_ptr<class MythDRMEncoder>;
13 static DRMEnc Create(
int FD, uint32_t Id);
15 static DRMEncs GetEncoders(
int FD);
18 uint32_t m_type { 0 };
19 uint32_t m_crtcId { 0 };
20 uint32_t m_possibleCrtcs { 0 };
A simple object representing a DRM encoder.
std::vector< uint32_t > Encoders
std::vector< DRMEnc > DRMEncs
std::shared_ptr< class MythDRMEncoder > DRMEnc