Show / Hide Table of Contents

Struct SDPApplicationMediaFormat

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public struct SDPApplicationMediaFormat

Constructors

| Improve this Doc View Source

SDPApplicationMediaFormat(String)

Declaration
public SDPApplicationMediaFormat(string id)
Parameters
Type Name Description
System.String id
| Improve this Doc View Source

SDPApplicationMediaFormat(String, String, String)

Declaration
public SDPApplicationMediaFormat(string id, string rtpmap, string fmtp)
Parameters
Type Name Description
System.String id
System.String rtpmap
System.String fmtp

Fields

| Improve this Doc View Source

Fmtp

Declaration
public string Fmtp
Field Value
Type Description
System.String
| Improve this Doc View Source

ID

Declaration
public string ID
Field Value
Type Description
System.String
| Improve this Doc View Source

Rtpmap

Declaration
public string Rtpmap
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

WithUpdatedFmtp(String)

Declaration
public SDPApplicationMediaFormat WithUpdatedFmtp(string fmtp)
Parameters
Type Name Description
System.String fmtp
Returns
Type Description
SDPApplicationMediaFormat
| Improve this Doc View Source

WithUpdatedID(String)

Creates a new media format based on an existing format but with a different ID. The typical case for this is during the SDP offer/answer exchange the dynamic format ID's for the equivalent type need to be adjusted by one party.

Declaration
public SDPApplicationMediaFormat WithUpdatedID(string id)
Parameters
Type Name Description
System.String id

The ID to set on the new format.

Returns
Type Description
SDPApplicationMediaFormat
| Improve this Doc View Source

WithUpdatedRtpmap(String)

Declaration
public SDPApplicationMediaFormat WithUpdatedRtpmap(string rtpmap)
Parameters
Type Name Description
System.String rtpmap
Returns
Type Description
SDPApplicationMediaFormat

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX