GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::Google::PicasaWeb::MediaEntry(3) User Contributed Perl Documentation Net::Google::PicasaWeb::MediaEntry(3)

Net::Google::PicasaWeb::MediaEntry - represents a single Picasa Web photo or video

version 0.11

  my @photos = $album->list_photos;
  for my $photo (@photos) {
      print "Title: ", $photo->title, "\n";
      print "Summary: ", $photo->summary, "\n";
      print "Author: ", $photo->author_name, " (", $photo->author_uri, ")\n";

      $photo->fetch_content( file => 'photo.jpg' );
  }

Represents an individual Picasa Web photo. This class extends Net::Google::PicasaWeb::MediaFeed.

This is the title of the photo. See "title" in Net::Google::PicasaWeb::Feed.

This is the summary description of the photo. See "summary" in Net::Google::PicasaWeb::Feed.

This is the author/owner of the photo. See "author_name" in Net::Google::PicasaWeb::Feed.

This is the URL to get to the author's public albums on Picasa Web. See "author_uri" in Net::Google::PicasaWeb::Feed.

This is the ID of the photo that can be used to retrieve it directly. See "entry_id" in Net::Google::PicasaWeb::Feed.

The geo-coded latitude set on the album. See "latitude" in Net::Google::PicasaWeb::Feed.

The geo-coded longitude set on the album. See "longitude" in Net::Google::PicasaWeb::Feed.

This is a link to the Net::Google::PicasaWeb::Media object that is used to reference the photo itself and its thumbnails. See Net::Google::PicasaWeb::MediaFeed.

This is the ID of the album that the photo belongs to.

The width of the video or photo in pixels.

The height of the video or photo in pixels.

The size of the video or photo in bytes.

Lists tags used in the albums.

This method takes the "STANDARD LIST OPTIONS" in Net::Google::PicasaWeb.

Lists comments used in the albums.

This method takes the "STANDARD LIST OPTIONS" in Net::Google::PicasaWeb.

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

This software is copyright (c) 2011 by Andrew Sterling Hanenkamp.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2011-05-30 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.