pjmedia_srtp_keying_method class abstract

This enumeration specifies SRTP keying methods.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

PJMEDIA_SRTP_KEYING_DTLS_SRTP → const int
DTLS-SRTP.
PJMEDIA_SRTP_KEYING_SDES → const int
Session Description (SDES).
PJMEDIA_SRTP_KEYINGS_COUNT → const int
Number of keying method.