RDK Documentation (Open Sourced RDK Components)
|
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>
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... | |
Streamer for progressive mp3/mp4 playback.
Definition in file fragmentcollector_progressive.cpp.
|
static |
Fragment collector thread.
arg | Pointer to StreamAbstractionAAMP_PROGRESSIVE object |
void |
Definition at line 183 of file fragmentcollector_progressive.cpp.