Add DRMO_MODULATION program identifier type.

Bug: b/63702941
Test: it builds
Change-Id: I3353b232c2e24f7e3c816d4089b2cbf40c4b79ae
This commit is contained in:
Tomasz Wasilczyk 2017-07-17 15:41:29 -07:00
parent 85a60baea1
commit 5a76ec53c2

View file

@ -101,6 +101,16 @@ struct Properties {
string vendorExension;
};
/**
* Type of modulation.
*
* Used as a value for DRMO_MODULATION IdentifierType.
*/
enum Modulation : uint32_t {
AM = 1,
FM,
};
/**
* Type of a radio technology.
*
@ -176,6 +186,7 @@ enum IdentifierType : uint32_t {
DAB_FREQUENCY, // kHz
DRMO_SERVICE_ID, // 24bit
DRMO_FREQUENCY, // kHz
DRMO_MODULATION, // Modulation enum
SXM_SERVICE_ID, // 32bit
SXM_CHANNEL, // 0-999 range