Click or drag to resize
OzNativeMediaWriterInit Method
Initializes the native format context. If initializing was not successful this objectt will be disposed. Please note that this method will not initialize the full mediawriter functionality, you must call the InitAudioStream, or the InitVideoStream, methods or both of them, as well as one of the OpenFileOutput and OpenVirtualOutput methods.

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

Return Value

Type: Boolean
true, if the it has been initialized successfully, false otherwise.
See Also