SDPMediaTypeExToMediaType Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static MediaType ToMediaType(
this SDPMediaType type
)
<ExtensionAttribute>
Public Shared Function ToMediaType (
type As SDPMediaType
) As MediaType
public:
[ExtensionAttribute]
static MediaType ToMediaType(
SDPMediaType type
)
[<ExtensionAttribute>]
static member ToMediaType :
type : SDPMediaType -> MediaType
Parameters
- type
- Type: Ozeki.MediaSDPMediaType
Return Value
Type:
MediaTypeUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
SDPMediaType. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also