Click or drag to resize
CircularBufferStreamRead Method
Read from the buffer

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

Parameters

data
Type: SystemByte
Buffer to read into
offset
Type: SystemInt32
Offset into read buffer
count
Type: SystemInt32
Bytes to read

Return Value

Type: Int32
Number of bytes actually read
See Also