Click or drag to resize

DmoMediaBufferRetrieveData Method

Retrieves the data in the output buffer

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public void RetrieveData(
	byte[] data,
	int offset
)

Parameters

data  Byte
buffer to retrieve into
offset  Int32
offset within that buffer
See Also