Click or drag to resize
MediaBufferTDeepCopy Method
Creates a deep copy of MediaBuffer by cloning the OffsetBuffer and meta data. Exceptions are: ExtendedInfo and when a MediaBuffer is locked, then the lock state will remain unlocked (unacquired).

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual IMediaBuffer<T> DeepCopy()

Return Value

Type: IMediaBufferT
Returns the deep copy of a MediaBuffer object.
See Also