AgsDevoutThread

AgsDevoutThread — devout thread

Synopsis

#include <ags/thread/ags_devout_thread.h>

#define             AGS_DEVOUT_THREAD_DEFAULT_JIFFIE
struct              AgsDevoutThread;
struct              AgsDevoutThreadClass;
AgsDevoutThread *   ags_devout_thread_new               (GObject *devout);

Description

The AgsDevoutThread acts as audio output thread to soundcard.

Details

AGS_DEVOUT_THREAD_DEFAULT_JIFFIE

#define AGS_DEVOUT_THREAD_DEFAULT_JIFFIE (48.0)

struct AgsDevoutThread

struct AgsDevoutThread {
  AgsThread thread;

  time_t time_val;

  AgsThread *timestamp_thread;

  GError *error;
};

struct AgsDevoutThreadClass

struct AgsDevoutThreadClass {
  AgsThreadClass thread;
};

ags_devout_thread_new ()

AgsDevoutThread *   ags_devout_thread_new               (GObject *devout);

Create a new AgsDevoutThread.

devout :

the AgsDevout

Returns :

the new AgsDevoutThread

Since 0.4