yt4droid
インタフェース ContentEntity

既知の実装クラスの一覧:
ContentEntityImpl

public interface ContentEntity

作成者:
Harioroid

メソッドの概要
 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.
 

メソッドの詳細

get1

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

戻り値:
The value string
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html

get5

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.

戻り値:
The value string
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html

get6

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

戻り値:
The value string
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html