MloAdtsParser.h File Reference

Melo - Frames. More...

#include "MloTypes.h"

Go to the source code of this file.

Typedefs

typedef MLO_AdtsParser MLO_AdtsParser

Functions

MLO_Result MLO_AdtsParser_Create (MLO_AdtsParser **parser)
MLO_Result MLO_AdrsParser_Destroy (MLO_AdtsParser *parser)
MLO_Result MLO_AdtsParser_Feed (MLO_AdtsParser *parser, MLO_ByteBuffer buffer, MLO_Size *size, MLO_Flags flags)
MLO_Result MLO_AdtsParser_FindFrame (MLO_AdtsParser *parser, MLO_FrameData *frame)
MLO_Result MLO_AdtsParser_Skip (MLO_AdtsParser *parser, MLO_Size bytes)
unsigned int MLO_AdtsParser_GetBytesFree (const MLO_AdtsParser *parser_ptr)
unsigned int MLO_AdtsParser_GetBytesAvailable (const MLO_AdtsParser *parser_ptr)


Detailed Description

Melo - Frames.