javax.microedition.media.control
Interface ToneControl

All Superinterfaces:
Control

public interface ToneControl
extends Control


Field Summary
static byte BLOCK_END
           
static byte BLOCK_START
           
static byte C4
           
static byte PLAY_BLOCK
           
static byte REPEAT
           
static byte RESOLUTION
           
static byte SET_VOLUME
           
static byte SILENCE
           
static byte TEMPO
           
static byte VERSION
           
 
Method Summary
 void setSequence(byte[] arg1)
           
 

Field Detail

VERSION

static final byte VERSION
See Also:
Constant Field Values

TEMPO

static final byte TEMPO
See Also:
Constant Field Values

RESOLUTION

static final byte RESOLUTION
See Also:
Constant Field Values

BLOCK_START

static final byte BLOCK_START
See Also:
Constant Field Values

BLOCK_END

static final byte BLOCK_END
See Also:
Constant Field Values

PLAY_BLOCK

static final byte PLAY_BLOCK
See Also:
Constant Field Values

SET_VOLUME

static final byte SET_VOLUME
See Also:
Constant Field Values

REPEAT

static final byte REPEAT
See Also:
Constant Field Values

C4

static final byte C4
See Also:
Constant Field Values

SILENCE

static final byte SILENCE
See Also:
Constant Field Values
Method Detail

setSequence

void setSequence(byte[] arg1)


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