OzNativeMediaWriterOpenFileOutput Method |
Opens the media file output.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool OpenFileOutput(
string filePath
)
Public Function OpenFileOutput (
filePath As String
) As Boolean
public:
bool OpenFileOutput(
String^ filePath
)
member OpenFileOutput :
filePath : string -> bool
Parameters
- filePath
- Type: SystemString
File path.
Return Value
Type:
Booleantrue, if file output was opened,
false if open failed, or the OpenVirtualOuput() method has been already called.
See Also