CodecPayloadTypeExToCodecPayloadType Method (VideoType) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static CodecPayloadType ToCodecPayloadType(
this VideoType videoType
)
<ExtensionAttribute>
Public Shared Function ToCodecPayloadType (
videoType As VideoType
) As CodecPayloadType
public:
[ExtensionAttribute]
static CodecPayloadType ToCodecPayloadType(
VideoType videoType
)
[<ExtensionAttribute>]
static member ToCodecPayloadType :
videoType : VideoType -> CodecPayloadType
Parameters
- videoType
- Type: Ozeki.MediaVideoType
Return Value
Type:
CodecPayloadTypeUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
VideoType. 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