PicasaWebFile
Object Hierarchy:
Description:
[
CCode ( lower_case_csuffix =
"picasaweb_file" , type_id =
"gdata_picasaweb_file_get_type ()" ) ]
[
Version ( since =
"0.4.0" ) ]
public class PicasaWebFile :
Entry,
Commentable
All the fields in the PicasaWebFile structure are private and should never be accessed directly.
Content:
Properties:
- public string album_id { get; set; }
The ID for the file's album.
- public string caption { get; set; }
The file's descriptive caption.
- public string checksum { get; set; }
A checksum of the file, useful for duplicate detection.
- public uint comment_count { get; }
The number of comments on the file.
- public string credit { get; }
The nickname of the user credited with this file.
- public double distance { get; }
The distance to the subject reported in the image's EXIF.
- public int64 edited { get; }
The time this file was last edited.
- public double exposure { get; }
The exposure time.
- public string file_id { owned get; construct; }
The ID of the file.
- public bool flash { get; }
Indicates whether the flash was used.
- public double focal_length { get; }
The focal length for the shot.
- public double fstop { get; }
The F-stop value.
- public uint height { get; }
The height of the photo or video, in pixels.
- public string image_unique_id { get; }
An unique ID for the image found in the EXIF.
- public bool is_commenting_enabled { get; set; }
Whether commenting is enabled for this file.
- public long iso { get; }
The ISO speed.
- public double latitude { get; set; }
The location as a latitude coordinate associated with this file.
- public double longitude { get; set; }
The location as a longitude coordinate associated with this file.
- public string make { get; }
The name of the manufacturer of the camera.
- public string model { get; }
The model of the camera.
- public uint rotation { get; set; }
The rotation of the photo, in degrees.
- public ulong size { get; }
The size of the file, in bytes.
- public string[] tags { get; set; }
A null-terminated array of tags
associated with the file.
- public int64 timestamp { get; set; }
The time the file was purportedly taken.
- public string version { get; construct; }
The version number of the file.
- public string video_status { get; }
The status of the file, if it is a video.
- public uint width { get; }
The width of the photo or video, in pixels.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GData.Entry
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object
All known members inherited from interface GData.Commentable