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.3.183.0
Syntax
public WebMWriter(
	string path,
	AudioFormat audioInfo,
	VideoFormat videoInfo,
	double frameRate = 0
)

Parameters

path
Type: SystemString
audioInfo
Type: AudioFormat
videoInfo
Type: VideoFormat
frameRate (Optional)
Type: SystemDouble
See Also