Main Page   Modules   Compound List   File List   Compound Members   File Members  

_XLV_CodecFrame Struct Reference
[XLV Codec API]

Frame descriptor. More...

#include <xlv_codec.h>

List of all members.

Public Attributes

XLV_Data m_frame
guint32 m_timestamp
gboolean m_render


Detailed Description

Frame descriptor.

This structure give a short description of a single image.


Member Data Documentation

XLV_Data _XLV_CodecFrame::m_frame
 

Contains the input/output buffer and its size

gboolean _XLV_CodecFrame::m_render
 

If you want the frame to be rendered, set this to TRUE, else set this to FALSE.

guint32 _XLV_CodecFrame::m_timestamp
 

A timestamp for the frame, this may be considered as a "good" value only if XLV_DATA_TIMESTAMP is set in m_frame.m_flags This entry may have a slightly different mean when it is used with a multiplexer. This may represent either a time step between two frames or an absolute time. The behaviour is changed using XLV_MUXER_INTERLEAVE


The documentation for this struct was generated from the following file:
Generated on Mon Jul 1 19:39:08 2002 for XLV by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002