TextureCodec
Overview
TextureCodec is a class in Aspose.3D FOSS for .NET.
Class to manage encoders and decoders for textures.
This class provides 5 methods for working with TextureCodec objects in .NET programs.
Available methods include: Decode, Encode, GetSupportedEncoderFormats, RegisterCodec, TextureCodec.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
TextureCodec() | Calls TextureCodec on this TextureCodec instance. |
GetSupportedEncoderFormats() | Not implemented in the FOSS edition — throws at runtime. Gets all supported encoder formats |
RegisterCodec(codec: ITextureCodec) | Not implemented in the FOSS edition — throws at runtime. Register a set of texture encoders and decoders |
Encode(texture: TextureData, stream: Stream, format: string) | Not implemented in the FOSS edition — throws at runtime. Encode texture data into stream using specified format |
Decode(stream: Stream, reverseY: bool) | Not implemented in the FOSS edition — throws at runtime. Decode texture data from stream |