Condividi tramite


macro GET_VENDOR_ID_FROM_PARAMSET (a2dpsidebandaudio.h)

Questa macro per ottenere l'ID fornitore da VENDOR PARAMS SET derivato da SIDEBAND_PARAMS_SET_A2DP_VENDOR_BASE è definito come segue.

#define VENDOR_ID_MASK 0x0000FFFF

#define GET_VENDOR_ID_FROM_PARAMSET(paramSet) ((paramSet).Data1 & VENDOR_ID_MASK)

SIDEBAND_PARAMS_SET_A2DP_VENDOR_BASE

GUID di base per set di parametri A2DP sideband definito dal fornitore

Il driver audio imposta l'elemento Data1 a 32 bit su un ID fornitore. I 16 bit superiori devono essere impostati su 0. Il valore inferiore a 16 bit deve essere impostato su un ID società valido, come definito in Numeri assegnati Bluetooth.

Per altre informazioni, vedere https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers

{xxxxxxxx-FE37-468B-AF72-411C0E5A3FFC}
DEFINE_GUID(SIDEBAND_PARAMS_SET_A2DP_VENDOR_BASE,
    0x00000000, 0xfe37, 0x468b, 0xaf, 0x72, 0x41, 0x1c, 0xe, 0x5a, 0x3f, 0xfc);

Sintassi

void GET_VENDOR_ID_FROM_PARAMSET(
   paramSet
);

Parametri

paramSet

Set di parametri. (Informazioni aggiuntive in sospeso)

Valore restituito

nessuno

Requisiti

Requisito Valore
Intestazione a2dpsidebandaudio.h

Vedi anche

A2DPSidebandAudio

SET_VENDOR_ID_FROM_PARAMSET