Click or drag to resize
OffsetBufferTToMemoryStream Method
Creates a MemoryStream object from the contents of OffsetBuffer. If T is not of type byte, an intermediate buffer is created.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public MemoryStream ToMemoryStream()

Return Value

Type: MemoryStream
Returns the newly created MemoryStream.
See Also