Initializes a new instance of the
WebMWriter class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic WebMWriter(
string path,
AudioFormat audioInfo,
VideoFormat videoInfo,
double frameRate = 0
)
Public Sub New (
path As String,
audioInfo As AudioFormat,
videoInfo As VideoFormat,
Optional frameRate As Double = 0
)
public:
WebMWriter(
String^ path,
AudioFormat^ audioInfo,
VideoFormat^ videoInfo,
double frameRate = 0
)
new :
path : string *
audioInfo : AudioFormat *
videoInfo : VideoFormat *
?frameRate : float
(* Defaults:
let _frameRate = defaultArg frameRate 0
*)
-> WebMWriter
Parameters
- path String
-
- audioInfo AudioFormat
-
- videoInfo VideoFormat
-
- frameRate Double (Optional)
-
See Also