Click or drag to resize

DmoMediaBufferRetrieveData Method

Retrieves the data in the output buffer

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

Parameters

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