yt4droid
クラス PlayerEntityImpl

java.lang.Object
  上位を拡張 yt4droid.PlayerEntityImpl
すべての実装されたインタフェース:
PlayerEntity

public class PlayerEntityImpl
extends java.lang.Object
implements PlayerEntity


コンストラクタの概要
PlayerEntityImpl(JSONObject json)
           
 
メソッドの概要
 java.lang.String getDefault()
          a URL where the full-length video is available through a media player that runs inside a web browser.
 java.lang.String getMobile()
          a URL where the full-length video is available through a media player that runs inside a mobile web browser.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PlayerEntityImpl

public PlayerEntityImpl(JSONObject json)
                 throws JSONException
例外:
JSONException
メソッドの詳細

getDefault

public java.lang.String getDefault()
a URL where the full-length video is available through a media player that runs inside a web browser.

定義:
インタフェース PlayerEntity 内の getDefault
戻り値:
The value string.
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html

getMobile

public java.lang.String getMobile()
a URL where the full-length video is available through a media player that runs inside a mobile web browser.

定義:
インタフェース PlayerEntity 内の getMobile
戻り値:
The value string.
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html