keying_count property

  1. @UnsignedInt()
int keying_count
getter/setter pair

Specify the number of enabled keying methods. If set to zero, all keyings will be enabled. Maximum value is PJMEDIA_SRTP_MAX_KEYINGS. Note that available keying methods can be enumerated using pjmedia_srtp_enum_keying().

Default is zero (all keyings are enabled with priority order: SDES, DTLS-SRTP).

Implementation

@ffi.UnsignedInt()
external int keying_count;