pjmedia_tp_proto class abstract
Media transport protocol and profile.
Constructors
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_TP_PROFILE_AVP → const int
- Audio/video profile
- PJMEDIA_TP_PROFILE_RTCP_FB → const int
- RTCP Feedback profile
- PJMEDIA_TP_PROFILE_SRTP → const int
- Secure RTP profile
- PJMEDIA_TP_PROTO_DTLS → const int
- DTLS transport
- PJMEDIA_TP_PROTO_DTLS_SRTP → const int
- Secure RTP using A/V profile and DTLS-SRTP keying
- PJMEDIA_TP_PROTO_DTLS_SRTPF → const int
- Secure RTP using A/V and RTCP feedback profile and DTLS-SRTP keying
- PJMEDIA_TP_PROTO_NONE → const int
- No transport type
- PJMEDIA_TP_PROTO_RTP → const int
- RTP transport
- PJMEDIA_TP_PROTO_RTP_AVP → const int
- RTP using A/V profile
- PJMEDIA_TP_PROTO_RTP_AVPF → const int
- RTP using A/V and RTCP feedback profile
- PJMEDIA_TP_PROTO_RTP_SAVP → const int
- Secure RTP using A/V profile
- PJMEDIA_TP_PROTO_RTP_SAVPF → const int
- Secure RTP using A/V and RTCP feedback profile
- PJMEDIA_TP_PROTO_UDP → const int
- UDP transport
- PJMEDIA_TP_PROTO_UNKNOWN → const int
- Transport unknown