CircularBufferStreamWrite Method |
Write data to the buffer
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public override void Write(
byte[] data,
int offset,
int count
)
Public Overrides Sub Write (
data As Byte(),
offset As Integer,
count As Integer
)
public:
virtual void Write(
array<unsigned char>^ data,
int offset,
int count
) override
abstract Write :
data : byte[] *
offset : int *
count : int -> unit
override Write :
data : byte[] *
offset : int *
count : int -> unit
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