MediaDescriptionExGetFmtpString Method |
Gets the parameters of the codec with the specified payload type.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static string GetFmtpString(
MediaDescription mediaDescription,
MediaType mediaType,
int payloadType
)
Public Shared Function GetFmtpString (
mediaDescription As MediaDescription,
mediaType As MediaType,
payloadType As Integer
) As String
public:
static String^ GetFmtpString(
MediaDescription^ mediaDescription,
MediaType mediaType,
int payloadType
)
static member GetFmtpString :
mediaDescription : MediaDescription *
mediaType : MediaType *
payloadType : int -> string
Parameters
- mediaDescription
- Type: Ozeki.MediaMediaDescription
- mediaType
- Type: MediaType
- payloadType
- Type: SystemInt32
Return Value
Type:
StringIf present then the fmtp string; otherwise null.
See Also