| BaseH263Codec Constructor  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
 - Type: Ozeki.MediaVideoType
 - fmtp (Optional)
 - Type: SystemString
 
See Also