RDK Documentation (Open Sourced RDK Components)
|
Gstreamer based player for AAMP. More...
#include <stddef.h>
#include <functional>
#include <gst/gst.h>
#include "priv_aamp.h"
#include <pthread.h>
Go to the source code of this file.
Data Structures | |
struct | TaskControlData |
data for scheduling and handling asynchronous tasks More... | |
class | AAMPGstPlayer |
Class declaration of Gstreamer based player. More... | |
Typedefs | |
typedef int(* | BackgroundTask) (void *arg) |
Function pointer for the idle task. More... | |
Gstreamer based player for AAMP.
Definition in file aampgstplayer.h.
typedef int(* BackgroundTask) (void *arg) |
Function pointer for the idle task.
[in] | arg | - Arguments |
Definition at line 57 of file aampgstplayer.h.