com.vodafone.v10.sound
Interface SoundEventType


public interface SoundEventType

The SoundEventType interface defines the type of sound event. There are 3 standard and 16 user definitions available.


Field Summary
static int EV_END
          Playback ended.
static int EV_LOOP
          Playback is repeating (played to the end and started over from the beginning).
static int EV_PAUSE
          Playback is paused.
static int EV_USER_0
          User event 0
static int EV_USER_1
          User event 1
static int EV_USER_10
          User event 10
static int EV_USER_11
          User event 11
static int EV_USER_12
          User event 12
static int EV_USER_13
          User event 13
static int EV_USER_14
          User event 14
static int EV_USER_15
          User event 15
static int EV_USER_2
          User event 2
static int EV_USER_3
          User event 3
static int EV_USER_4
          User event 4
static int EV_USER_5
          User event 5
static int EV_USER_6
          User event 6
static int EV_USER_7
          User event 7
static int EV_USER_8
          User event 8
static int EV_USER_9
          User event 9
 

Field Detail

EV_END

public static final int EV_END
Playback ended.

EV_LOOP

public static final int EV_LOOP
Playback is repeating (played to the end and started over from the beginning).

EV_PAUSE

public static final int EV_PAUSE
Playback is paused.

EV_USER_0

public static final int EV_USER_0
User event 0

EV_USER_1

public static final int EV_USER_1
User event 1

EV_USER_2

public static final int EV_USER_2
User event 2

EV_USER_3

public static final int EV_USER_3
User event 3

EV_USER_4

public static final int EV_USER_4
User event 4

EV_USER_5

public static final int EV_USER_5
User event 5

EV_USER_6

public static final int EV_USER_6
User event 6

EV_USER_7

public static final int EV_USER_7
User event 7

EV_USER_8

public static final int EV_USER_8
User event 8

EV_USER_9

public static final int EV_USER_9
User event 9

EV_USER_10

public static final int EV_USER_10
User event 10

EV_USER_11

public static final int EV_USER_11
User event 11

EV_USER_12

public static final int EV_USER_12
User event 12

EV_USER_13

public static final int EV_USER_13
User event 13

EV_USER_14

public static final int EV_USER_14
User event 14

EV_USER_15

public static final int EV_USER_15
User event 15


Copyright 2002,2003 Aplix Corporation. All rights reserved. Aplix Confidential and Restricted.