Click or drag to resize

WebMWriter Constructor

Initializes a new instance of the WebMWriter class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public WebMWriter(
	string path,
	AudioFormat audioInfo,
	VideoFormat videoInfo,
	double frameRate = 0
)

Parameters

path  String
 
audioInfo  AudioFormat
 
videoInfo  VideoFormat
 
frameRate  Double  (Optional)
 
See Also