OffsetBufferTUnpin Method |
Unpins managed handle of Array.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic:
virtual void Unpin() sealed
abstract Unpin : unit -> unit
override Unpin : unit -> unit
Implements
IOffsetBufferTUnpin
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