yt4droid
クラス ContentEntityImpl

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

public class ContentEntityImpl
extends java.lang.Object
implements ContentEntity

作成者:
Harioroid

コンストラクタの概要
ContentEntityImpl(JSONObject json)
           
 
メソッドの概要
 java.lang.String get1()
          RTSP streaming URL for mobile video playback.
 java.lang.String get5()
          HTTP URL to the embeddable player (SWF) for this video.
 java.lang.String get6()
          RTSP streaming URL for mobile video playback.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ContentEntityImpl

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

get1

public java.lang.String get1()
RTSP streaming URL for mobile video playback. H.263 video (up to 176x144) and AMR audio.

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

get5

public java.lang.String get5()
HTTP URL to the embeddable player (SWF) for this video. This format is not available for a video that is not embeddable. Developers commonly add &format=5
to their queries to restrict results to videos that can be embedded on their sites.

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

get6

public java.lang.String get6()
RTSP streaming URL for mobile video playback. MPEG-4 SP video (up to 176x144) and AAC audio.

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