Click or drag to resize
EbmlWriterWriteBytes Method (Byte, Int32, Int32)
Writes an array of bytes to the stream.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void WriteBytes(
	byte[] data,
	int offset,
	int count
)

Parameters

data
Type: SystemByte
offset
Type: SystemInt32
count
Type: SystemInt32
See Also