JavaTM Platform
Standard Ed. 6

javax.sound.sampled
클래스 BooleanControl.Type

java.lang.Object 
  상위를 확장 javax.sound.sampled.Control.Type 
      상위를 확장 javax.sound.sampled.BooleanControl.Type
포함되어 있는 클래스:
BooleanControl


public static class BooleanControl.Type
extends Control.Type

BooleanControl.Type 클래스의 인스턴스는, 불형의 컨트롤의 종류를 식별합니다. 정적 인스턴스는 공통 타입에 대해서 제공됩니다.

도입된 버젼:
1.3

필드의 개요
static BooleanControl.Type APPLY_REVERB
          리바브를 라인에 적용할지 어떨지의 컨트롤을 나타냅니다.
static BooleanControl.Type MUTE
          라인의 뮤트 상태에 대한 컨트롤을 나타냅니다.
 
생성자 의 개요
protected BooleanControl.Type (String  name)
          불형의 컨트롤 타입을 새롭게 구축합니다.
 
메소드의 개요
 
클래스 javax.sound.sampled. Control.Type 로부터 상속된 메소드
equals , hashCode , toString
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , finalize , getClass , notify , notifyAll , wait , wait , wait
 

필드의 상세

MUTE

public static final BooleanControl.Type  MUTE
라인의 뮤트 상태에 대한 컨트롤을 나타냅니다. 뮤트 상태는 게인에 영향을 주지 않습니다.


APPLY_REVERB

public static final BooleanControl.Type  APPLY_REVERB
리바브를 라인에 적용할지 어떨지의 컨트롤을 나타냅니다. 이 컨트롤 상태는, 라인의 리바브 설정에 영향을 주지 않습니다만, 이러한 설정을 사용할지 어떨지에 영향을 줍니다.

생성자 의 상세

BooleanControl.Type

protected BooleanControl.Type(String  name)
불형의 컨트롤 타입을 새롭게 구축합니다.

파라미터:
name - 새로운 불형의 컨트롤 타입의 이름

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