[ 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.
Use @get instead
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). |
a new Audio instance or null if no backend or failed. |