Click or drag to resize
CircularBufferStreamWrite Method
Write data to the buffer

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public override void Write(
	byte[] data,
	int offset,
	int count
)

Parameters

data
Type: SystemByte
Data to write
offset
Type: SystemInt32
Offset into data
count
Type: SystemInt32
Number of bytes to write

Return Value

Type: 
number of bytes written
See Also