SEC_SRTP_PROTECTION_PROFILES structure (sspi.h)
Contains the Secure Real-Time Transport Protocol (SRTP) protection profiles in an array.
Syntax
typedef struct _SEC_SRTP_PROTECTION_PROFILES {
unsigned short ProfilesSize;
unsigned short ProfilesList[ANYSIZE_ARRAY];
} SEC_SRTP_PROTECTION_PROFILES, *PSEC_SRTP_PROTECTION_PROFILES;
Members
ProfilesSize
The size (in bytes) of the SRTP protection profiles array.
ProfilesList[ANYSIZE_ARRAY]
An array of SRTP protection profiles.
Requirements
Requirement | Value |
---|---|
Header | sspi.h |