RDK Documentation (Open Sourced RDK Components)
aampgstplayer.h File Reference

Gstreamer based player for AAMP. More...

#include <stddef.h>
#include <functional>
#include <gst/gst.h>
#include "priv_aamp.h"
#include <pthread.h>
Include dependency graph for aampgstplayer.h:
This graph shows which files directly or indirectly include this file:

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...
 

yes

Gstreamer based player for AAMP.

Definition in file aampgstplayer.h.

Typedef Documentation

◆ BackgroundTask

typedef int(* BackgroundTask) (void *arg)

Function pointer for the idle task.

Parameters
[in]arg- Arguments
Returns
Idle task status

Definition at line 57 of file aampgstplayer.h.