Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9400122c authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk Committed by Android (Google) Code Review
Browse files

Merge "Add DRMO_MODULATION program identifier type."

parents d7744e1b 5a76ec53
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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