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.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Public Function Init As Boolean
member Init : unit -> bool
Return Value
Type:
Booleantrue, if the it has been initialized successfully,
false otherwise.
See Also