MediaType Constructor (String) |
Initializes a new instance of the
MediaType class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public MediaType(
string mediaType
)
Public Sub New (
mediaType As String
)
public:
MediaType(
String^ mediaType
)
new :
mediaType : string -> MediaType
Parameters
- mediaType
- Type: SystemString
See Also