AgsAudioApplicationContext

AgsAudioApplicationContext — audio application context

Functions

Properties

gpointer soundcard Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsApplicationContext
        ╰── AgsAudioApplicationContext

Implemented Interfaces

AgsAudioApplicationContext implements AgsConnectable, AgsConcurrencyProvider and AgsSoundProvider.

Includes

#include <ags/audio/ags_audio_application_context.h>

Description

The AgsAudioApplicationContext provides you sound processing, output and capturing.

Functions

ags_audio_application_context_new ()

AgsAudioApplicationContext *
ags_audio_application_context_new ();

AGS_AUDIO_APPLICATION_CONTEXT()

#define AGS_AUDIO_APPLICATION_CONTEXT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO_APPLICATION_CONTEXT, AgsAudioApplicationContext))

AGS_AUDIO_APPLICATION_CONTEXT_CLASS()

#define AGS_AUDIO_APPLICATION_CONTEXT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_AUDIO_APPLICATION_CONTEXT, AgsAudioApplicationContextClass))

AGS_AUDIO_APPLICATION_CONTEXT_GET_CLASS()

#define AGS_AUDIO_APPLICATION_CONTEXT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_AUDIO_APPLICATION_CONTEXT, AgsAudioApplicationContextClass))

AGS_IS_AUDIO_APPLICATION_CONTEXT()

#define AGS_IS_AUDIO_APPLICATION_CONTEXT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUDIO_APPLICATION_CONTEXT))

ags_audio_application_context_get_type ()

GType
ags_audio_application_context_get_type
                               ();

Types and Values

AGS_AUDIO_RT_PRIORITY

#define AGS_AUDIO_RT_PRIORITY (49)

AGS_AUDIO_DEFAULT_VERSION

#define AGS_AUDIO_DEFAULT_VERSION "2.1.6"

AGS_AUDIO_BUILD_ID

#define AGS_AUDIO_BUILD_ID "Mon Dec  3 13:42:15 UTC 2018"

AGS_EFFECTS_DEFAULT_VERSION

#define AGS_EFFECTS_DEFAULT_VERSION "0.7.13"

enum AgsAudioApplicationContextFlags

Enum values to control the behavior or indicate internal state of AgsAudioApplicationContextFlags by enable/disable as flags.

Members

AGS_AUDIO_APPLICATION_CONTEXT_USE_ALSA

use alsa backend

 

AGS_TYPE_AUDIO_APPLICATION_CONTEXT

#define AGS_TYPE_AUDIO_APPLICATION_CONTEXT                (ags_audio_application_context_get_type())

struct AgsAudioApplicationContext

struct AgsAudioApplicationContext;

struct AgsAudioApplicationContextClass

struct AgsAudioApplicationContextClass {
  AgsApplicationContextClass application_context;
};

Property Details

The “soundcard” property

  “soundcard”                gpointer

The assigned soundcard.

Flags: Read / Write

Since: 2.0.0