AgsTicDevice

AgsTicDevice — tic device object

Functions

Properties

GObject * device Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsTicDevice

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: 3.0.0


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;
};

Property Details

The “device” property

  “device”                   GObject *

The assigned GObject as device.

Owner: AgsTicDevice

Flags: Read / Write

Since: 3.0.0