Gets the parameters of the codec with the specified payload type.

C# | Visual Basic | Visual 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 )


String
If present then the fmtp string; otherwise null.
If present then the fmtp string; otherwise null.

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