Click or drag to resize
DmoMediaBuffer.LoadData Method
Loads data into this buffer

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

Parameters

data
Type:System.Byte[]
Data to load
bytes
Type: System.Int32
Number of bytes to load
See Also