AgsAcceleration

AgsAcceleration — Acceleration class.

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsAcceleration

Implemented Interfaces

AgsAcceleration implements AgsConnectable.

Includes

#include <ags/audio/ags_acceleration.h>

Description

AgsAcceleration represents a downhill-grade.

Functions

ags_acceleration_duplicate ()

AgsAcceleration *
ags_acceleration_duplicate (AgsAcceleration *acceleration);

Duplicate a acceleration.

Parameters

acceleration

an AgsAcceleration

 

Returns

the duplicated AgsAcceleration.

Since: 0.4.3


ags_acceleration_new ()

AgsAcceleration *
ags_acceleration_new ();

Creates an AgsAcceleration

Returns

a new AgsAcceleration

Since: 0.4.3

Types and Values

enum AgsAccelerationFlags

Members

AGS_ACCELERATION_DEFAULT_START

if start is default start point

 

AGS_ACCELERATION_DEFAULT_END

if end is default end point

 

AGS_ACCELERATION_GUI

interpret x and y as GUI format

 

AGS_ACCELERATION_RUNTIME

interpret x and y as runtime formant

 

AGS_ACCELERATION_HUMAN_READABLE

interpret x and y as human readable

 

AGS_ACCELERATION_DEFAULT_LENGTH

if default length applies

 

AGS_ACCELERATION_IS_SELECTED

if the acceleration is selected