Click or drag to resize
OzNativeMediaWriterOpenFileOutput Method
Opens the media file output.

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

Parameters

filePath
Type: SystemString
File path.

Return Value

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