yt4droid
インタフェース VideoInformation


public interface VideoInformation


メソッドの概要
 AccessControlEntity getAccessControl()
          Returns access control of a video.
 java.lang.String getAspectRatio()
          Returns aspect ratio of a video.
 java.lang.String getCategory()
          Returns category of a video.
 int getCommentCount()
          Returns comment count of a video.
 ContentEntity getContent()
          Returns content of a video.
 java.lang.String getDescription()
          Returns description of a video.
 java.lang.String getDuration()
          Returns duration of a video.
 int getFavoriteCount()
          Returns favorite count of a video.
 java.lang.String getId()
          Returns ID of a video.
 int getLikeCount()
          Returns like count of a video.
 PlayerEntity getPlayer()
          Returns player of a video.
 float getRating()
          Returns rating of a video.
 int getRatingCount()
          Returns rating count of a video.
 java.lang.String[] getTags()
          Returns tags of a video.
 ThumbnailEntity getThumbnail()
          Returns thumbnail url of a video.
 java.lang.String getTitle()
          Returns title of a video.
 java.util.Date getUpdated()
          Returns updated date of a video.
 java.util.Date getUploaded()
          Returns uploaded date of a video.
 java.lang.String getUploader()
          Returns uploader of a video.
 int getViewCount()
          Returns view count of a video.
 

メソッドの詳細

getId

java.lang.String getId()
Returns ID of a video.

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

getUploaded

java.util.Date getUploaded()
Returns uploaded date of a video.

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

getUpdated

java.util.Date getUpdated()
Returns updated date of a video.

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

getUploader

java.lang.String getUploader()
Returns uploader of a video.

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

getCategory

java.lang.String getCategory()
Returns category of a video.

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

getTitle

java.lang.String getTitle()
Returns title of a video.

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

getDescription

java.lang.String getDescription()
Returns description of a video.

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

getTags

java.lang.String[] getTags()
Returns tags of a video.

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

getThumbnail

ThumbnailEntity getThumbnail()
Returns thumbnail url of a video.

戻り値:
ThumbnailEntity
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_understanding_video_feeds.html

getPlayer

PlayerEntity getPlayer()
Returns player of a video.

戻り値:
PlayerEntity
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_understanding_video_feeds.html

getContent

ContentEntity getContent()
Returns content of a video.

戻り値:
ContentEntity
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_understanding_video_feeds.html

getDuration

java.lang.String getDuration()
Returns duration of a video.

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

getAspectRatio

java.lang.String getAspectRatio()
Returns aspect ratio of a video.

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

getRating

float getRating()
Returns rating of a video.

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

getLikeCount

int getLikeCount()
Returns like count of a video.

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

getRatingCount

int getRatingCount()
Returns rating count of a video.

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

getViewCount

int getViewCount()
Returns view count of a video.

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

getFavoriteCount

int getFavoriteCount()
Returns favorite count of a video.

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

getCommentCount

int getCommentCount()
Returns comment count of a video.

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

getAccessControl

AccessControlEntity getAccessControl()
Returns access control of a video.

戻り値:
AccessCOntrolEntity
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_understanding_video_feeds.html