SDPMessageExGetControl Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static string GetControl(
SDPMessage message,
SDPMediaType mediaType
)
Public Shared Function GetControl (
message As SDPMessage,
mediaType As SDPMediaType
) As String
public:
static String^ GetControl(
SDPMessage^ message,
SDPMediaType mediaType
)
static member GetControl :
message : SDPMessage *
mediaType : SDPMediaType -> string
Parameters
- message
- Type: Ozeki.MediaSDPMessage
- mediaType
- Type: Ozeki.MediaSDPMediaType
Return Value
Type:
String
See Also