Inheritance diagram for DJEncoderExtended:
Public Member Functions | |
DJEncoderExtended () | |
default constructor | |
virtual | ~DJEncoderExtended () |
destructor | |
virtual E_TransferSyntax | supportedTransferSyntax () const |
returns the transfer syntax that this particular codec is able to encode and decode. | |
Private Member Functions | |
virtual OFBool | isLosslessProcess () const |
returns true if the transfer syntax supported by this codec is lossless. | |
virtual void | createDerivationDescription (const DcmRepresentationParameter *toRepParam, const DJCodecParameter *cp, Uint8 bitsPerSample, double ratio, OFString &derivationDescription) const |
creates 'derivation description' string after encoding. | |
virtual DJEncoder * | createEncoderInstance (const DcmRepresentationParameter *toRepParam, const DJCodecParameter *cp, Uint8 bitsPerSample) const |
creates an instance of the compression library to be used for encoding/decoding. |
Definition at line 43 of file djencext.h.
|
creates 'derivation description' string after encoding.
Implements DJCodecEncoder. |
|
creates an instance of the compression library to be used for encoding/decoding.
Implements DJCodecEncoder. |
|
returns true if the transfer syntax supported by this codec is lossless.
Implements DJCodecEncoder. |
|
returns the transfer syntax that this particular codec is able to encode and decode.
Implements DJCodecEncoder. |