OzNativeMediaWriterOpenFileOutput Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntaxpublic bool OpenFileOutput(
string filePath
)
Public Function OpenFileOutput (
filePath As String
) As Boolean
public:
bool OpenFileOutput(
String^ filePath
)
member OpenFileOutput :
filePath : string -> bool Parameters
- filePath String
-
Return Value
Boolean
See Also