Click or drag to resize

Media Class

An SDP media description with a transport protocol of "RTP/AVP" or "RTP/SAVP".
Inheritance Hierarchy

Namespace:  FM.IceLink.Sdp.Rtp
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)

The Media type exposes the following members.

Constructors
  NameDescription
Public methodMedia
Initializes a new instance of the Media class.
Top
Properties
  NameDescription
Public propertyFormatDescription
Gets or sets the format description.
(Inherited from Media.)
Public propertyMediaType
Gets or sets the media type. See MediaType for possible values.
(Inherited from Media.)
Public propertyNumberOfPorts
Gets or sets the number of ports.
(Inherited from Media.)
Public propertyStatic memberRtpAvpfTransportProtocol
Gets the protocol keyword for the extended RTP audio/video profile.
Public propertyStatic memberRtpAvpTransportProtocol
Gets the protocol keyword for the RTP audio/video profile.
Public propertyStatic memberRtpSavpfTransportProtocol
Gets the protocol keyword for the extended Secure RTP audio/video profile.
Public propertyStatic memberRtpSavpTransportProtocol
Gets the protocol keyword for the Secure RTP audio/video profile.
Public propertyTransportPort
Gets or sets the transport port.
(Inherited from Media.)
Public propertyTransportProtocol
Gets or sets the transport protocol.
(Inherited from Media.)
Public propertyStatic memberUdpTlsRtpSavpfTransportProtocol
Gets the protocol keyword for the extended Secure RTP audio/video profile with DTLS key exchange.
Public propertyStatic memberUdpTlsRtpSavpTransportProtocol
Gets the protocol keyword for the Secure RTP audio/video profile with DTLS key exchange.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGenerateRtpProfile
Generates Rtp Prfile for a given combination of stream type, whjether or not RTCP-based feedback is supported, whether (D)TLS is in use and whether encryption is in use in general.
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetPayloadTypes
Gets the payload types.
Public methodGetType (Inherited from Object.)
Public methodStatic memberGetWellKnownPayloadClockRate
Returns the clockrate of a well-known payload type.
Public methodStatic memberGetWellKnownPayloadName
Returns the name of a well-known payload type.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberSupportsEncryption
Returns a value indicating whther a given protocol supports encryption.
Public methodStatic memberSupportsRtcpBasedFeedback
Returns a value indicating whther a given protocol supports encryption.
Public methodToString
Converts this instance to a string.
(Inherited from Media.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also