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