MythTV  master
mythvideodrmutils.h
Go to the documentation of this file.
1 #ifndef MYTHVIDEODRMUTILS_H
2 #define MYTHVIDEODRMUTILS_H
3 
4 // MythTV
6 
8 {
9  public:
10  static uint64_t FFmpegColorRangeToDRM (const DRMProp& Property, int Range);
11  static uint64_t FFmpegColorEncodingToDRM (const DRMProp& Property, int Encoding);
12 };
13 
14 #endif
mythdrmproperty.h
MythVideoDRMUtils::FFmpegColorEncodingToDRM
static uint64_t FFmpegColorEncodingToDRM(const DRMProp &Property, int Encoding)
Definition: mythvideodrmutils.cpp:38
MythVideoDRMUtils::FFmpegColorRangeToDRM
static uint64_t FFmpegColorRangeToDRM(const DRMProp &Property, int Range)
Definition: mythvideodrmutils.cpp:14
Property
Definition: upnpcdsobjects.h:45
DRMProp
std::shared_ptr< class MythDRMProperty > DRMProp
Definition: mythdrmproperty.h:7
MythVideoDRMUtils
Definition: mythvideodrmutils.h:7