JavaTM Platform
Standard Ed. 6

クラス
javax.sound.sampled.Control の使用

Control を使用しているパッケージ
javax.sound.sampled サンプル化されたオーディオデータの取り込み、処理、および再生のインタフェースおよびクラスを提供します。 
 

javax.sound.sampled での Control の使用
 

javax.sound.sampled での Control のサブクラス
 class BooleanControl
          BooleanControl は、ラインのオーディオに影響を与える 2 つの設定を切り替える機能を提供します。
 class CompoundControl
          グラフィックイコライザーなどの CompoundControl は、複数の関連プロパティーを制御し、その各プロパティー自体は Control として表されます。
 class EnumControl
          EnumControl は離散的戻り値のセットのコントロールを提供し、各戻り値はオブジェクトによって表されます。
 class FloatControl
          FloatControl オブジェクトは、ある範囲の浮動小数点型の値のコントロールを提供します。
 

Control を返す javax.sound.sampled のメソッド
 Control Line.getControl(Control.Type control)
          指定されたタイプのコントロールがある場合、そのコントロールを取得します。
 Control[] Line.getControls()
          このラインに関連するコントロールのセットを取得します。
 Control[] CompoundControl.getMemberControls()
          複合型のコントロールを構成するメンバーコントロールのセットを戻します。
 

Control 型のパラメータを持つ javax.sound.sampled のコンストラクタ
CompoundControl(CompoundControl.Type type, Control[] memberControls)
          指定されたパラメータで、複合型のコントロールオブジェクトを新しく構築します。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。