Ozeki VoIP SDK Class library
GetFmtpString Method (mediaDescription, mediaType, payloadType)
NamespacesOzeki.Media.SessionMediaDescriptionExGetFmtpString(MediaDescription, MediaType, Int32)
Gets the parameters of the codec with the specified payload type.
Declaration Syntax
C#Visual BasicVisual C++
public static string GetFmtpString(
	this MediaDescription mediaDescription,
	MediaType mediaType,
	int payloadType
)
<ExtensionAttribute> 
Public Shared Function GetFmtpString ( 
	mediaDescription As MediaDescription,
	mediaType As MediaType,
	payloadType As Integer
) As String
public:
[ExtensionAttribute]
static String^ GetFmtpString(
	MediaDescription^ mediaDescription, 
	MediaType mediaType, 
	int payloadType
)
Parameters
mediaDescription (MediaDescription)
mediaType (MediaType)
payloadType (Int32)
Return Value
String
If present then the fmtp string; otherwise null.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type MediaDescription. When you use instance method syntax to call this method, omit the first parameter.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290