public static class Mixer.Info extends Object
Mixer.Info
类表示有关音频混音器的信息,包括产品的名称,版本和供应商以及文本描述。
此信息可以通过被检索getMixerInfo
所述的方法Mixer
接口。
Modifier | Constructor and Description |
---|---|
protected |
Info(String name, String vendor, String description, String version)
构建混音器的信息对象,传递给定的文本信息。
|
public final boolean equals(Object obj)
true
如果他们是相同的。
equals
在类别
Object
obj
- 用于比较此信息对象的引用对象
true
如果此信息对象与obj
参数相同;
false
否则
Object.hashCode()
, HashMap
public final int hashCode()
hashCode
在类别
Object
Object.equals(java.lang.Object)
,
System.identityHashCode(java.lang.Object)
public final String getName()
public final String getVendor()
public final String getDescription()
public final String getVersion()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.