AgsTicDevice

AgsTicDevice — tic device object

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsTicDevice

Implemented Interfaces

AgsTicDevice implements AgsConnectable.

Includes

#include <ags/audio/task/ags_tic_device.h>

Description

The AgsTicDevice task tics GObject.

Functions

ags_tic_device_new ()

AgsTicDevice *
ags_tic_device_new (GObject *device);

Creates an AgsTicDevice.

Parameters

device

the GObject to tic

 

Returns

an new AgsTicDevice.

Since: 0.7.105


AGS_IS_TIC_DEVICE()

#define AGS_IS_TIC_DEVICE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_TIC_DEVICE))


AGS_IS_TIC_DEVICE_CLASS()

#define AGS_IS_TIC_DEVICE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_TIC_DEVICE))


AGS_TIC_DEVICE()

#define AGS_TIC_DEVICE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TIC_DEVICE, AgsTicDevice))


AGS_TIC_DEVICE_CLASS()

#define AGS_TIC_DEVICE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TIC_DEVICE, AgsTicDeviceClass))


AGS_TIC_DEVICE_GET_CLASS()

#define AGS_TIC_DEVICE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_TIC_DEVICE, AgsTicDeviceClass))


ags_tic_device_get_type ()

GType
ags_tic_device_get_type ();

Types and Values

AGS_TYPE_TIC_DEVICE

#define AGS_TYPE_TIC_DEVICE                (ags_tic_device_get_type())


struct AgsTicDevice

struct AgsTicDevice;


struct AgsTicDeviceClass

struct AgsTicDeviceClass {
  AgsTaskClass task;
};