OggTheoraFrame

Engine/source/core/ogg/oggTheoraDecoder.h

A single decoded Theora video frame.

More...

Public Types

Parent 

Public Attributes

Seconds to display this frame.

Serial number of this frame in the stream.

Playtime in seconds at which to display this frame.

Public Functions

OggTheoraFrame(S8 * data, U32 size, bool ownMemory)

Detailed Description

A single decoded Theora video frame.

Public Types

typedef RawData Parent 

Public Attributes

F32 mFrameDuration 

Seconds to display this frame.

U32 mFrameNumber 

Serial number of this frame in the stream.

F32 mFrameTime 

Playtime in seconds at which to display this frame.

Public Functions

OggTheoraFrame()

OggTheoraFrame(S8 * data, U32 size, bool ownMemory)