MythTV  master
Classes | Typedefs
mythdrmencoder.h File Reference
#include "libmythui/platforms/drm/mythdrmresources.h"
Include dependency graph for mythdrmencoder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythDRMEncoder
 A simple object representing a DRM encoder. More...
 

Typedefs

using DRMEnc = std::shared_ptr< class MythDRMEncoder >
 
using DRMEncs = std::vector< DRMEnc >
 

Typedef Documentation

◆ DRMEnc

using DRMEnc = std::shared_ptr<class MythDRMEncoder>

Definition at line 7 of file mythdrmencoder.h.

◆ DRMEncs

using DRMEncs = std::vector<DRMEnc>

Definition at line 8 of file mythdrmencoder.h.