javax.microedition.media.control
Interface PitchControl

All Superinterfaces:
Control

public interface PitchControl
extends Control


Method Summary
 int getMaxPitch()
           
 int getMinPitch()
           
 int getPitch()
           
 int setPitch(int arg1)
           
 

Method Detail

setPitch

int setPitch(int arg1)

getPitch

int getPitch()

getMaxPitch

int getMaxPitch()

getMinPitch

int getMinPitch()


Copyright © 2006-2007 Jayway AB. All Rights Reserved.