Class TextureCodec

TextureCodec class

Class to manage encoders and decoders for textures.

public class TextureCodec

Constructors

NameDescription
TextureCodec()The default constructor.

Methods

NameDescription
static Decode(Stream, bool)Decode texture data from stream
static Encode(TextureData, Stream, string)Encode texture data into stream using specified format
static GetSupportedEncoderFormats()Gets all supported encoder formats
static RegisterCodec(ITextureCodec)Register a set of texture encoders and decoders

See Also