AgsOutput

AgsOutput — Output of AgsAudio

Functions

Object Hierarchy

    GObject
    ╰── AgsChannel
        ╰── AgsOutput

Implemented Interfaces

AgsOutput implements AgsConnectable.

Includes

#include <ags/audio/ags_output.h>

Description

AgsOutput represents an output channel of AgsAudio.

Functions

ags_output_find_first_input_recycling ()

AgsRecycling *
ags_output_find_first_input_recycling (AgsOutput *output);

Retrieve first input recycling.

Parameters

output

an AgsOutput

 

Returns

the first AgsRecycling of AgsAudio

Since: 0.4


ags_output_find_last_input_recycling ()

AgsRecycling *
ags_output_find_last_input_recycling (AgsOutput *output);

Retrieve last input recycling.

Parameters

output

an AgsOutput

 

Returns

the last AgsRecycling of AgsAudio

Since: 0.4


ags_output_new ()

AgsOutput *
ags_output_new (GObject *audio);

Creates an AgsOutput, linking tree to audio .

Parameters

audio

the AgsAudio

 

Returns

a new AgsOutput

Since: 0.3

Types and Values