←Select platform

CopyTo Method (MediaSample)

Summary

Copies the data and all the attributes to another MediaSample object.

Syntax

C#
VB
C++
public void CopyTo(  
   Leadtools.Multimedia.MediaSample pDst 
) 
Public Sub CopyTo( _ 
   ByVal pDst As Leadtools.Multimedia.MediaSample _ 
)  
public: 
void CopyTo(  
   Leadtools.Multimedia.MediaSample^ pDst 
)  

Parameters

pDst
The destination MediaSample.

Remarks

This method copies, in one step, the data and all the attributes. It is more efficient than copying the data and all the attributes one by one. It is similar to Clone, except that it copies everything to an existing MediaSample object.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Multimedia Assembly
Click or drag to resize