GDCM
2.2.3
|
#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. |
bool gdcm::AudioCodec::CanCode | ( | TransferSyntax const & | ) | const [inline, virtual] |
Return whether this coder support this transfer syntax (can code it)
Implements gdcm::Coder.
bool gdcm::AudioCodec::CanDecode | ( | TransferSyntax const & | ) | const [inline, virtual] |
Return whether this decoder support this transfer syntax (can decode it)
Implements gdcm::Decoder.
bool gdcm::AudioCodec::Decode | ( | DataElement const & | , |
DataElement & | |||
) | [virtual] |
Decode.
Reimplemented from gdcm::Decoder.