Initializes a new instance of the
CodecH264 class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic CodecH264(
string fmtp = null
)
Public Sub New (
Optional fmtp As String = Nothing
)
public:
CodecH264(
String^ fmtp = nullptr
)
new :
?fmtp : string
(* Defaults:
let _fmtp = defaultArg fmtp null
*)
-> CodecH264
Parameters
- fmtp String (Optional)
-
See Also