Audio


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true , deprecated_since = "0.8" ) ]
public Audio (Session session, MainContext? context, string? name)

Warning: Audio is deprecated since 0.8.

Once instantiated, Audio will handle the playback and record channels to stream to your local audio system.

Note:

Use @get instead

Parameters:

session

the Session to connect to

context

a MainContext to attach to (or null for default).

name

a name for the audio channels (or null for application name).

Returns:

a new Audio instance or null if no backend or failed.