|
ADTF File Library
|
interface for copying the contents of one sample into another, probably sharing resources (such as the sample buffer) More...
#include <sample.h>
Public Member Functions | |
| virtual void | CopyFrom (const std::shared_ptr< const Sample > &sample)=0 |
interface for copying the contents of one sample into another, probably sharing resources (such as the sample buffer)
|
pure virtual |
Copies all information from the given sample to the current instance.
| sample | The sample to copy from. |
Implemented in adtf_file::DefaultSample.