DECODER__ogg.c File Reference


Detailed Description

This module provides OGG decoder handle.

REVISION

Definition in file DECODER__ogg.c.

#include "../SYSTEM/sys_hardware.h"
#include "../MESSAGE/message.h"
#include "../codec/codec.h"
#include "../coder/coder.h"
#include "decoder.h"

Include dependency graph for DECODER__ogg.c:

Include dependency graph

Go to the source code of this file.

Functions

BOOL DECODER__ogg (void)
 Function serves as the OGG decoder task handle.


Function Documentation

BOOL DECODER__ogg void   ) 
 

Function serves as the OGG decoder task handle.

Returns:
OGG is responsible to post media task as needed.

Definition at line 38 of file DECODER__ogg.c.

References Decoder.

Referenced by DECODER__oggfirst().

00039 {
00040     OGGV_decode(&Decoder);
00041     return TRUE;
00042 }


Generated on Wed Jan 19 01:12:54 2005 for neuros-firmware by  doxygen 1.3.9.1