BaseH263Codec Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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
*)
-> BaseH263CodecParameters
- videoType VideoType
-
- fmtp String (Optional)
-
See Also