Click or drag to resize

OzNativeMediaWriterOpenFileOutput Method

Opens the media file output.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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