UTF-8に単純変換
This commit is contained in:
@@ -5,34 +5,34 @@
|
||||
<!-- generated by to_html.pl from f_WaveSoundBuffer.xml -->
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
|
||||
<title>labels - ���x��</title>
|
||||
<title>labels - ラベル</title>
|
||||
<meta name="author" content="W.Dee" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
||||
<link href="funcref.css" type="text/css" rel="stylesheet" title="�N���X���t�@�����X�p�W���X�^�C��" />
|
||||
<link href="funcref.css" type="text/css" rel="stylesheet" title="クラスリファレンス用標準スタイル" />
|
||||
<link href="mailto:[email protected]" rev="Made" />
|
||||
<link href="index.html" target="_top" rel="Start" title="�g�b�v�y�[�W" />
|
||||
<link href="f_WaveSoundBuffer.html" title="WaveSoundBuffer�N���X" rel="Parent" />
|
||||
<link href="index.html" target="_top" rel="Start" title="トップページ" />
|
||||
<link href="f_WaveSoundBuffer.html" title="WaveSoundBufferクラス" rel="Parent" />
|
||||
</head>
|
||||
<body>
|
||||
<h1><span class="fheader"><a name="top" id="top">WaveSoundBuffer.labels</a></span></h1><div class="para"><div>
|
||||
<dl>
|
||||
<dt>�@�\/�Ӗ�</dt>
|
||||
<dt>機能/意味</dt>
|
||||
<dd>
|
||||
���x��</dd>
|
||||
<dt>�^�C�v</dt>
|
||||
ラベル</dd>
|
||||
<dt>タイプ</dt>
|
||||
<dd>
|
||||
<a class="jump" href="f_WaveSoundBuffer.html">WaveSoundBuffer�N���X</a>�̃v���p�e�B (�ǂݏo�����p)<br />
|
||||
<a class="jump" href="f_WaveSoundBuffer.html">WaveSoundBufferクラス</a>のプロパティ (読み出し専用)<br />
|
||||
</dd>
|
||||
<dt>����</dt>
|
||||
<dt>説明</dt>
|
||||
<dd>
|
||||
�@���x�����\���I�u�W�F�N�g�邱�Ƃ��ł��܂��B<br />
|
||||
�@���̃I�u�W�F�N�g�͎����z���ŁA���ꂼ���A���[�v���̃��x���̖��O�������o���Ƃ����v�f�������Ă��܂��B���ꂼ���̗v�f�������z���ŁAname �����o�̓��x���̖��O���\���Aposition �����o�̓~���b�P�ʂł̃��x���̈ʒu���\���AsamplePosition �̓T���v�����P�ʂł̃��x���̈ʒu���\���Ă��܂��B<br />
|
||||
�@���̎����z���͓ǂݏo�����p�ł����ƍl���Ă��������B�l�������������A�V���������o���쐬���Ă����f�����邱�Ƃ͂����܂����B<br />
|
||||
<code class="bq"><span class="weak">��:</span><br />var buf = new WaveSoundBuffer(window);<br />
|
||||
(��)<br />
|
||||
debug.message(buf.labels['start'].position); // 'start' �Ƃ������x�����̈ʒu���~���b�P�ʂ�<br />
|
||||
debug.message(buf.labels['start'].samplePosition); // 'start' �Ƃ������x�����̈ʒu���T���v�����P�ʂ�<br />
|
||||
ラベルを表すオブジェクトを得ることができます。<br />
|
||||
このオブジェクトは辞書配列で、それぞれ、ループ情報中のラベルの名前をメンバ名とした要素が入っています。それぞれの要素も辞書配列で、name メンバはラベルの名前を表し、position メンバはミリ秒単位でのラベルの位置を表し、samplePosition はサンプル数単位でのラベルの位置を表しています。<br />
|
||||
この辞書配列は読み出し専用であると考えてください。値を代入したり、新しいメンバを作成しても反映されることはありません。<br />
|
||||
<code class="bq"><span class="weak">例:</span><br />var buf = new WaveSoundBuffer(window);<br />
|
||||
(略)<br />
|
||||
debug.message(buf.labels['start'].position); // 'start' というラベル名の位置をミリ秒単位で<br />
|
||||
debug.message(buf.labels['start'].samplePosition); // 'start' というラベル名の位置をサンプル数単位で<br />
|
||||
</code>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user