Click or drag to resize

DmoMediaBufferLoadData Method

Loads data into this buffer

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

Parameters

data
Type: SystemByte
Data to load
bytes
Type: SystemInt32
Number of bytes to load
See Also