AgsStopSequencer

AgsStopSequencer — stop sequencer object

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsStopSequencer

Includes

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

Description

The AgsStopSequencer task stops sequencer.

Functions

ags_stop_sequencer_new ()

AgsStopSequencer *
ags_stop_sequencer_new (AgsApplicationContext *application_context);

Creates an AgsStopSequencer.

Parameters

application_context

the AgsApplicationContext

 

Returns

an new AgsStopSequencer.

Since: 2.1.0


AGS_IS_STOP_SEQUENCER()

#define AGS_IS_STOP_SEQUENCER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_STOP_SEQUENCER))

AGS_STOP_SEQUENCER()

#define AGS_STOP_SEQUENCER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_STOP_SEQUENCER, AgsStopSequencer))

AGS_STOP_SEQUENCER_CLASS()

#define AGS_STOP_SEQUENCER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_STOP_SEQUENCER, AgsStopSequencerClass))

AGS_STOP_SEQUENCER_GET_CLASS()

#define AGS_STOP_SEQUENCER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_STOP_SEQUENCER, AgsStopSequencerClass))

ags_stop_sequencer_get_type ()

GType
ags_stop_sequencer_get_type ();

Types and Values

AGS_TYPE_STOP_SEQUENCER

#define AGS_TYPE_STOP_SEQUENCER                (ags_stop_sequencer_get_type())

struct AgsStopSequencer

struct AgsStopSequencer;

struct AgsStopSequencerClass

struct AgsStopSequencerClass {
  AgsTaskClass task;
};

Property Details

The “application-context” property

  “application-context”      AgsApplicationContext *

The assigned AgsApplicationContext

Flags: Read / Write

Since: 2.1.0