Click or drag to resize

DmoMediaBufferRetrieveData Method

Retrieves the data in the output buffer

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

Parameters

data
Type: SystemByte
buffer to retrieve into
offset
Type: SystemInt32
offset within that buffer
See Also