yt4droid.api
インタフェース RatingMethods

既知のサブインタフェースの一覧:
Youtube
既知の実装クラスの一覧:
YoutubeImpl

public interface RatingMethods


メソッドの概要
 UpdateResult updateRatings(java.lang.String videoId, RatingsParameter rating)
          The YouTube API allows users to rate videos, and it also returns rating information in any feed entry that contains information about a video.
 

メソッドの詳細

updateRatings

UpdateResult updateRatings(java.lang.String videoId,
                           RatingsParameter rating)
                           throws YoutubeException
The YouTube API allows users to rate videos, and it also returns rating information in any feed entry that contains information about a video.

パラメータ:
videoId -
rating - Adding a numeric (1-5) video rating
戻り値:
UpdateResult
例外:
YoutubeException
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_ratings.html