Click or drag to resize
OffsetBufferTPin Method

Pins the managed handle of Array with respect to Offset.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public IntPtr Pin()

Return Value

Type: IntPtr
Pointer to handle.

Implements

IOffsetBufferTPin
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