MythTV master
channelscantypes.h
Go to the documentation of this file.
1#ifndef CHANNEL_SCAN_TYPES_H
2#define CHANNEL_SCAN_TYPES_H
3
4enum ServiceRequirements : std::uint8_t
5{
9 kRequireAV = 0x3,
11};
12
13#endif // CHANNEL_SCAN_TYPES_H
ServiceRequirements
@ kRequireAudio
@ kRequireData
@ kRequireNothing
@ kRequireVideo
@ kRequireAV