crypto_count property

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

Specify the number of crypto suite settings. If set to zero, all available cryptos will be enabled. Note that available crypto names can be enumerated using pjmedia_srtp_enum_crypto().

Default is zero.

Implementation

@ffi.UnsignedInt()
external int crypto_count;