<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.openal.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.openal-device-open.php',
    1 => 'openal_device_open',
    2 => 'Initialize the OpenAL audio layer',
  ),
  'up' => 
  array (
    0 => 'ref.openal.php',
    1 => 'OpenAL İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.openal-device-close.php',
    1 => 'openal_device_close',
  ),
  'next' => 
  array (
    0 => 'function.openal-listener-get.php',
    1 => 'openal_listener_get',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/openal/functions/openal-device-open.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.openal-device-open" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">openal_device_open</h1>
  <p class="verinfo">(PECL openal &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">openal_device_open</span> &mdash; <span class="dc-title">
   Initialize the OpenAL audio layer
  </span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.openal-device-open-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>openal_device_open</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$device_desc</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span></div>

 </div>

 <div class="refsect1 parameters" id="refsect1-function.openal-device-open-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <dl>
   
    <dt><code class="parameter">device_desc</code></dt>
    <dd>
     <span class="simpara">
      Open an audio device optionally specified by <code class="parameter">device_desc</code>.
      If <code class="parameter">device_desc</code> is not specified the first available audio
      device will be used.
     </span>
    </dd>
   
  </dl>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.openal-device-open-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="simpara">
   Returns an <a href="openal.resources.php" class="link">Open AL(Device)</a> resource on success or
   <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> on failure.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-function.openal-device-open-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.openal-device-close.php" class="function" rel="rdfs-seeAlso">openal_device_close()</a> - Close an OpenAL device</span></li>
   <li><span class="function"><a href="function.openal-context-create.php" class="function" rel="rdfs-seeAlso">openal_context_create()</a> - Create an audio processing context</span></li>
  </ul>
 </div>

</div><?php manual_footer($setup); ?>