C#
VB
C++
Copies the data and all the attributes to another MediaSample object.
public void CopyTo(
MediaSample pDst
)
Public Sub CopyTo( _
ByVal pDst As Leadtools.Multimedia.MediaSample _
)
public:
void CopyTo(
Leadtools.Multimedia.MediaSample^ pDst
)
pDst
The destination MediaSample.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET