BaseH263Codec Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxprotected BaseH263Codec(
VideoType videoType,
string fmtp = null
)
Protected Sub New (
videoType As VideoType,
Optional fmtp As String = Nothing
)
protected:
BaseH263Codec(
VideoType videoType,
String^ fmtp = nullptr
)
new :
videoType : VideoType *
?fmtp : string
(* Defaults:
let _fmtp = defaultArg fmtp null
*)
-> BaseH263Codec
Parameters
- videoType VideoType
-
- fmtp String (Optional)
-
See Also