Initializes a new instance of the
CodecH264 class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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 (Optional)
- Type: SystemString
See Also