RDK Documentation (Open Sourced RDK Components)
fragmentcollector_progressive.cpp File Reference

Streamer for progressive mp3/mp4 playback. More...

#include "fragmentcollector_progressive.h"
#include "priv_aamp.h"
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include <signal.h>
#include <assert.h>
Include dependency graph for fragmentcollector_progressive.cpp:

Go to the source code of this file.

Data Structures

struct  StreamWriteCallbackContext
 Write call back functions for streamer. More...
 

Functions

static size_t StreamWriteCallback (void *ptr, size_t size, size_t nmemb, void *userdata)
 
static void * FragmentCollector (void *arg)
 Fragment collector thread. More...
 

yes

Streamer for progressive mp3/mp4 playback.

Definition in file fragmentcollector_progressive.cpp.

Function Documentation

◆ FragmentCollector()

static void* FragmentCollector ( void *  arg)
static

Fragment collector thread.

Parameters
argPointer to StreamAbstractionAAMP_PROGRESSIVE object
Return values
void

Definition at line 183 of file fragmentcollector_progressive.cpp.