BaseH263Codec Constructor |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: VideoType
- fmtp (Optional)
- Type: SystemString
See Also