array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.openal-source-play.php', 1 => 'openal_source_play', 2 => 'Start playing the source', ), 'up' => array ( 0 => 'ref.openal.php', 1 => 'OpenAL Funktionen', ), 'prev' => array ( 0 => 'function.openal-source-pause.php', 1 => 'openal_source_pause', ), 'next' => array ( 0 => 'function.openal-source-rewind.php', 1 => 'openal_source_rewind', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/openal/functions/openal-source-play.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

openal_source_play

(PECL openal >= 0.1.0)

openal_source_play Start playing the source

Beschreibung

openal_source_play(resource $source): bool

Parameter-Liste

source

An Open AL(Source) resource (previously created by openal_source_create()).

Rückgabewerte

Gibt bei Erfolg true zurück. Bei einem Fehler wird false zurückgegeben.

Siehe auch