Constructor

ClapperGtkAudionew

Declaration [src]

GtkWidget*
clapper_gtk_audio_new (
  void
)

Description [src]

Creates a new ClapperGtkAudio instance.

Newly created audio widget will also have set “scaletempo” GStreamer element as default audio filter on its ClapperPlayer and disable video and subtitle streams. This can be changed after construction by setting corresponding player properties.

Return value

Type: GtkWidget

A new audio GtkWidget.

The data is owned by the called function.