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