14#ifndef GDCMAUDIOCODEC_H
15#define GDCMAUDIOCODEC_H
AudioCodec.
Definition gdcmAudioCodec.h:26
bool CanCode(TransferSyntax const &) const override
Return whether this coder support this transfer syntax (can code it)
Definition gdcmAudioCodec.h:30
bool CanDecode(TransferSyntax const &) const override
Return whether this decoder support this transfer syntax (can decode it)
Definition gdcmAudioCodec.h:31
bool Decode(DataElement const &is, DataElement &os) override
Decode.
Codec class.
Definition gdcmCodec.h:27
Class to represent a Data Element either Implicit or Explicit.
Definition gdcmDataElement.h:59
Class to manipulate Transfer Syntax.
Definition gdcmTransferSyntax.h:40
#define GDCM_EXPORT
Definition gdcmWin32.h:34