Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發實例 >> Android中文API(96)——SoundEffectConstants

Android中文API(96)——SoundEffectConstants

編輯:Android開發實例

前言

  本章內容是android.view.SoundEffectConstants,版本為Android 2.3 r1,翻譯來自"凌雲健筆"。
 

 

 

正文

  一、結構

public class SoundEffectConstants extends Object

 

java.lang.Object

android.view.SoundEffectConstants

 

  二、概述

    playSoundEffect(int)所需的播放聲效設定常量。

 

  三、常量

public static final int CLICK

(譯者注:單擊事件)常量,取值0 (0x00000000)

 

public static final int NAVIGATION_DOWN

(譯者注:View.FOCUS_DOWN)常量,取值4 (0x00000004)

 

public static final int NAVIGATION_LEFT

(譯者注:View.FOCUS_LEFT)常量,取值1 (0x00000001)

 

public static final int NAVIGATION_RIGHT

(譯者注:View.FOCUS_RIGHT)常量,取值3 (0x00000003)

 

public static final int NAVIGATION_UP

(譯者注:View.FOCUS_UP)常量,取值2 (0x00000002)

 

  四、公共方法

  public static int getContantForFocusDirection(int direction)

  針對不同聲音方向,獲得相應的發聲常數。

  參數

                  direction 參數取值為以下常量之一:FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_FORWARD , FOCUS_BACKWARD.

                 返回值

                   合適的發聲常數

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved