Searched defs:PCM_SIGNED (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioFormat.java245 this((signed == true ? Encoding.PCM_SIGNED : Encoding.PCM_UNSIGNED),
260 * @see Encoding#PCM_SIGNED
526 if ((getEncoding().equals(Encoding.PCM_SIGNED)
562 * objects created by this class, such as PCM_SIGNED or
587 public static final Encoding PCM_SIGNED = new Encoding("PCM_SIGNED"); field in class:AudioFormat.Encoding
659 * is similar to the encoding's variable (field) name. For example, <code>PCM_SIGNED.toString()</code> returns

Completed in 24 milliseconds