Click or drag to resize
OffsetBufferTExtractArray Method (Int32, Int32)
Extracts array from Buffer by creating a copy.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public T[] ExtractArray(
	int offset,
	int count
)

Parameters

offset
Type: SystemInt32
The offset.
count
Type: SystemInt32
Number of bytes to extract.

Return Value

Type: T
The extracted array.
See Also