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)
Assembly: SIPSorcery.dll
public struct SDPApplicationMediaFormat
Constructors
|
Improve this Doc
View Source
Declaration
public SDPApplicationMediaFormat(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
|
Improve this Doc
View Source
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
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public SDPApplicationMediaFormat WithUpdatedFmtp(string fmtp)
Parameters
Type |
Name |
Description |
System.String |
fmtp |
|
Returns
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
Declaration
public SDPApplicationMediaFormat WithUpdatedRtpmap(string rtpmap)
Parameters
Type |
Name |
Description |
System.String |
rtpmap |
|
Returns
Extension Methods