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