CircularBufferStreamRead Method |
Read from the buffer
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public override int Read(
byte[] data,
int offset,
int count
)
Public Overrides Function Read (
data As Byte(),
offset As Integer,
count As Integer
) As Integer
public:
virtual int Read(
array<unsigned char>^ data,
int offset,
int count
) override
abstract Read :
data : byte[] *
offset : int *
count : int -> int
override Read :
data : byte[] *
offset : int *
count : int -> int
Parameters
- data
- Type: SystemByte
Buffer to read into - offset
- Type: SystemInt32
Offset into read buffer - count
- Type: SystemInt32
Bytes to read
Return Value
Type:
Int32Number of bytes actually read
See Also