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

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DSequence.java82 public static final float SMPTE_30DROP = 29.97f; field in class:Sequence
98 * @see #SMPTE_30DROP
136 * @see #SMPTE_30DROP
150 else if (divisionType == SMPTE_30DROP)
151 this.divisionType = SMPTE_30DROP;
183 * @see #SMPTE_30DROP
196 else if (divisionType == SMPTE_30DROP)
197 this.divisionType = SMPTE_30DROP;
217 * @see #SMPTE_30DROP

Completed in 30 milliseconds