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 도 참조해 주세요.