Click or drag to resize

OzNativeMediaWriterOpenFileOutput Method

Opens the media file output.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public bool OpenFileOutput(
	string filePath
)

Parameters

filePath  String
File path.

Return Value

Boolean
true, if file output was opened, false if open failed, or the OpenVirtualOuput() method has been already called.
See Also