Torque3D Documentation / _generateds / OggTheoraDecoder::PacketFormat

OggTheoraDecoder::PacketFormat

Engine/source/core/ogg/oggTheoraDecoder.h

Descriptor for surface format that this stream should decode into.

More...

Public Attributes

Pixel format.

Bytes per scanline.

Public Functions

Default descriptor sets up for RGB.

PacketFormat(GFXFormat format, U32 pitch)

Detailed Description

Descriptor for surface format that this stream should decode into.

This saves an otherwise potentitally necessary swizzling step.

note:

The output channel ordering will be in device format, i.e. least-significant first.

Public Attributes

GFXFormat mFormat 

Pixel format.

U32 mPitch 

Bytes per scanline.

Public Functions

PacketFormat()

Default descriptor sets up for RGB.

PacketFormat(GFXFormat format, U32 pitch)