Merge "Add DRMO_MODULATION program identifier type."

This commit is contained in:
Tomasz Wasilczyk 2017-07-19 13:55:56 +00:00 committed by Android (Google) Code Review
commit 9400122ce8

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