Click or drag to resize

OzNativeMediaWriterOpenVirtualOuput Method

Opens the virtual ouput. The underlaying native media writer will call a managed method to wire the assembled media data instead of write it into a file with low-level operations. If you call this method subscribe to the OnDataWrittenToVirtual event to reveive the data.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public bool OpenVirtualOuput()

Return Value

Type: Boolean
true, if virtual ouput was opened, false otherwise.
See Also