VoIPMediaType Constructor (String, String) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic VoIPMediaType(
string mt,
string ms
)
Public Sub New (
mt As String,
ms As String
)
public:
VoIPMediaType(
String^ mt,
String^ ms
)
new :
mt : string *
ms : string -> VoIPMediaType
Parameters
- mt
- Type: SystemString
- ms
- Type: SystemString
See Also