Click or drag to resize
OffsetBufferTCopyFrom Method
Copies elements into local buffer.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public OffsetBuffer<T> CopyFrom(
	T[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: T
The source buffer to copy from.
offset
Type: SystemInt32
The offset in the source buffer.
count
Type: SystemInt32
The number of elements to copy from source buffer.

Return Value

Type: OffsetBufferT
Exceptions
ExceptionCondition
IndexOutOfRangeException Thrown when the index is outside the required range.
See Also