Click or drag to resize
OffsetBufferTUnpin Method
Unpins managed handle of Array.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
Remarks
OffsetBuffer can be pinned multiple times. The pinning mechanism will use reference counting to avoid memory leaks. For each time Pin() is called, UnPin() must also be called.
See Also