AgsMutable

AgsMutable — unique access to recalls

Functions

Object Hierarchy

    GInterface
    ╰── AgsMutable

Known Implementations

AgsMutable is implemented by AgsBufferChannel, AgsCopyChannel, AgsMuteAudio, AgsMuteChannel and AgsPlayChannel.

Includes

#include <ags/object/ags_mutable.h>

Description

The AgsMutable interface gives you a unique access to recalls. Its purpose is to mute playback.

Functions

ags_mutable_set_muted ()

void
ags_mutable_set_muted (AgsMutable *mutable,
                       gboolean muted);

Mute an AgsRecall instance.

Parameters

mutable

an AgsMutable

 

muted

if TRUE then muted, else playing

 

Since: 0.4

Types and Values