GDCM
2.2.0
|
#include <gdcmAudioCodec.h>
Public Member Functions | |
AudioCodec () | |
~AudioCodec () | |
bool | CanCode (TransferSyntax const &) const |
Return whether this coder support this transfer syntax (can code it) | |
bool | CanDecode (TransferSyntax const &) const |
Return whether this decoder support this transfer syntax (can decode it) | |
bool | Decode (DataElement const &is, DataElement &os) |
Decode. |
gdcm::AudioCodec::AudioCodec | ( | ) |
gdcm::AudioCodec::~AudioCodec | ( | ) |
|
inlinevirtual |
Return whether this coder support this transfer syntax (can code it)
Implements gdcm::Coder.
|
inlinevirtual |
Return whether this decoder support this transfer syntax (can decode it)
Implements gdcm::Decoder.
|
virtual |
Decode.
Reimplemented from gdcm::Decoder.