Codec specialized in loading DDS (Direct Draw Surface) images.
More...
#include <OgreDDSCodec.h>
Codec specialized in loading DDS (Direct Draw Surface) images.
◆ CodecDataPtr
◆ CodecIterator
◆ DecodeResult
Result of a decoding; both a decoded data stream and CodecData metadata.
◆ DDSCodec()
Ogre::DDSCodec::DDSCodec |
( |
| ) |
|
◆ ~DDSCodec()
virtual Ogre::DDSCodec::~DDSCodec |
( |
| ) |
|
|
inlinevirtual |
◆ encode()
Codes the data in the input stream and saves the result in the output stream.
Implements Ogre::Codec.
◆ encodeToFile()
Codes the data in the input chunk and saves the result in the output filename provided.
Provided for efficiency since coding to memory is progressive therefore memory required is unknown leading to reallocations.
- Parameters
-
input | The input data |
outFileName | The filename to write to |
pData | Extra information to be passed to the codec (codec type specific) |
Implements Ogre::Codec.
◆ decode()
Codes the data from the input chunk into the output chunk.
- Parameters
-
input | Stream containing the encoded data |
Implements Ogre::Codec.
◆ magicNumberToFileExt()
String Ogre::DDSCodec::magicNumberToFileExt |
( |
const char * |
magicNumberPtr, |
|
|
size_t |
maxbytes |
|
) |
| const |
|
virtual |
Maps a magic number header to a file extension, if this codec recognises it.
- Parameters
-
magicNumberPtr | Pointer to a stream of bytes which should identify the file. Note that this may be more than needed - each codec may be looking for a different size magic number. |
maxbytes | The number of bytes passed |
- Returns
- A blank string if the magic number was unknown, or a file extension.
Implements Ogre::Codec.
◆ getType()
virtual String Ogre::DDSCodec::getType |
( |
| ) |
const |
|
virtual |
Returns the type of the codec as a String.
Implements Ogre::Codec.
◆ startup()
static void Ogre::DDSCodec::startup |
( |
void |
| ) |
|
|
static |
Static method to startup and register the DDS codec.
◆ shutdown()
static void Ogre::DDSCodec::shutdown |
( |
void |
| ) |
|
|
static |
Static method to shutdown and unregister the DDS codec.
◆ getDataType()
String Ogre::ImageCodec::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
Returns the type of the data that supported by this codec as a String.
Implements Ogre::Codec.
◆ registerCodec()
static void Ogre::Codec::registerCodec |
( |
Codec * |
pCodec | ) |
|
|
inlinestaticinherited |
◆ isCodecRegistered()
static bool Ogre::Codec::isCodecRegistered |
( |
const String & |
codecType | ) |
|
|
inlinestaticinherited |
Return whether a codec is registered already.
◆ unregisterCodec()
static void Ogre::Codec::unregisterCodec |
( |
Codec * |
pCodec | ) |
|
|
inlinestaticinherited |
◆ getCodecIterator()
Gets the iterator for the registered codecs.
◆ getExtensions()
Gets the file extension list for the registered codecs.
◆ getCodec() [1/2]
static Codec* Ogre::Codec::getCodec |
( |
const String & |
extension | ) |
|
|
staticinherited |
Gets the codec registered for the passed in file extension.
◆ getCodec() [2/2]
static Codec* Ogre::Codec::getCodec |
( |
char * |
magicNumberPtr, |
|
|
size_t |
maxbytes |
|
) |
| |
|
staticinherited |
Gets the codec that can handle the given 'magic' identifier.
- Parameters
-
magicNumberPtr | Pointer to a stream of bytes which should identify the file. Note that this may be more than needed - each codec may be looking for a different size magic number. |
maxbytes | The number of bytes passed |
◆ magicNumberMatch()
virtual bool Ogre::Codec::magicNumberMatch |
( |
const char * |
magicNumberPtr, |
|
|
size_t |
maxbytes |
|
) |
| const |
|
inlinevirtualinherited |
Returns whether a magic number header matches this codec.
- Parameters
-
magicNumberPtr | Pointer to a stream of bytes which should identify the file. Note that this may be more than needed - each codec may be looking for a different size magic number. |
maxbytes | The number of bytes passed |
The documentation for this class was generated from the following file: