|
| __construct ($element=null) |
| Creates a Playlist video entry, representing an individual video in a list of videos contained within a specific playlist.
|
|
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) |
| Retrieves a DOMElement which corresponds to this element and all child properties.
|
|
| setPosition ($position=null) |
| Sets the array of embedded feeds related to the video.
|
|
| getPosition () |
| Returns the position of the entry in the feed, as specified by the user.
|
|
| __construct ($element=null) |
| Creates a Video entry, representing an individual video.
|
|
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) |
| Retrieves a DOMElement which corresponds to this element and all child properties.
|
|
| setRecorded ($recorded=null) |
| Sets when the video was recorded.
|
|
| getRecorded () |
| Gets the date that the video was recorded.
|
|
| setLocation ($location=null) |
| Sets the location information.
|
|
| getLocation () |
| Gets the location where the video was recorded.
|
|
| setNoEmbed ($noEmbed=null) |
| If an instance of Zend_Gdata_YouTube_Extension_NoEmbed is passed in, the video cannot be embedded.
|
|
| getNoEmbed () |
| If the return value is an instance of Zend_Gdata_YouTube_Extension_NoEmbed, this video cannot be embedded.
|
|
| isVideoEmbeddable () |
| Checks whether the video is embeddable.
|
|
| setStatistics ($statistics=null) |
| Sets the statistics relating to the video.
|
|
| getStatistics () |
| Returns the statistics relating to the video.
|
|
| setRacy ($racy=null) |
| Specifies that the video has racy content.
|
|
| getRacy () |
| Returns the racy flag object.
|
|
| setRating ($rating=null) |
| Sets the rating relating to the video.
|
|
| getRating () |
| Returns the rating relating to the video.
|
|
| setComments ($comments=null) |
| Sets the comments relating to the video.
|
|
| getComments () |
| Returns the comments relating to the video.
|
|
| setFeedLink ($feedLink=null) |
| Sets the array of embedded feeds related to the video.
|
|
| getFeedLink ($rel=null) |
| Get the feed link property for this entry.
|
|
| getVideoResponsesLink () |
| Returns the link element relating to video responses.
|
|
| getVideoRatingsLink () |
| Returns the link element relating to video ratings.
|
|
| getVideoComplaintsLink () |
| Returns the link element relating to video complaints.
|
|
| getVideoId () |
| Gets the YouTube video ID based upon the atom:id value.
|
|
| getVideoRecorded () |
| Gets the date that the video was recorded.
|
|
| setVideoRecorded ($recorded) |
| Sets the date that the video was recorded.
|
|
| getWhere () |
| Gets the georss:where element.
|
|
| setWhere ($value) |
| Sets the georss:where element.
|
|
| getVideoTitle () |
| Gets the title of the video as a string.
|
|
| setVideoTitle ($title) |
| Sets the title of the video as a string.
|
|
| setVideoDescription ($description) |
| Sets the description of the video as a string.
|
|
| getVideoDescription () |
| Gets the description of the video as a string.
|
|
| getVideoWatchPageUrl () |
| Gets the URL of the YouTube video watch page.
|
|
| getVideoThumbnails () |
| Gets an array of the thumbnails representing the video.
|
|
| getFlashPlayerUrl () |
| Gets the URL of the flash player SWF.
|
|
| getVideoDuration () |
| Gets the duration of the video, in seconds.
|
|
| isVideoPrivate () |
| Checks whether the video is private.
|
|
| setVideoPrivate () |
| Sets video to private.
|
|
| setVideoPublic () |
| Sets a private video to be public.
|
|
| getVideoTags () |
| Gets an array of the tags assigned to this video.
|
|
| setVideoTags ($tags) |
| Sets the keyword tags for a video.
|
|
| getVideoViewCount () |
| Gets the number of views for this video.
|
|
| getVideoGeoLocation () |
| Gets the location specified for this video, if available.
|
|
| getVideoRatingInfo () |
| Gets the rating information for this video, if available.
|
|
| getVideoCategory () |
| Gets the category of this video, if available.
|
|
| setVideoCategory ($category) |
| Sets the category of the video as a string.
|
|
| getVideoDeveloperTags () |
| Gets the developer tags for the video, if available and if client is authenticated with a valid developerKey.
|
|
| addVideoDeveloperTag ($developerTag) |
| Adds a developer tag to array of tags for the video.
|
|
| setVideoDeveloperTags ($developerTags) |
| Set multiple developer tags for the video as strings.
|
|
| getVideoState () |
| Get the current publishing state of the video.
|
|
| ensureMediaGroupIsNotNull () |
| Get the VideoEntry's Zend_Gdata_YouTube_Extension_MediaGroup object.
|
|
| setVideoRating ($ratingValue) |
| Helper function to conveniently set a video's rating.
|
|
| getVideoCommentFeedUrl () |
| Retrieve the URL for a video's comment feed.
|
|