Click or drag to resize

DmoMediaBufferLoadData Method

Loads data into this buffer

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public void LoadData(
	byte[] data,
	int bytes
)

Parameters

data  Byte
Data to load
bytes  Int32
Number of bytes to load
See Also