jgd.schemas
Interface GoogleDesktopMediaFile

All Superinterfaces:
GoogleDesktopFile, GoogleDesktopIndexable
All Known Implementing Classes:
GDCOMMediaFile

public interface GoogleDesktopMediaFile
extends GoogleDesktopFile


Method Summary
 java.lang.String get_album_title()
          Music file album title.
 java.lang.String get_artist()
          Artist who created/performed the content.
 java.lang.Integer get_bit_rate()
          Audio content (in either an audio or video file) average bit rate in bits/second.
 java.lang.Integer get_channels()
          Channel count for audio files.
 java.lang.String get_comment()
          Comment about the file and its contents.
 java.lang.Integer get_data_rate()
          Data rate for video files in bytes/second.
 java.lang.String get_genre()
          Genre category.
 java.lang.Integer get_height()
          Image or video height in pixels.
 java.lang.String get_info_tip()
          Info tip as reported from the shell.
 java.lang.String get_keywords()
          Keywords associated with the file.
 java.lang.Long get_length()
          Music or video file time length (in 100 nanosecond units).
 java.lang.String get_lyrics()
          Music file lyrics.
 java.util.Date get_original_date()
          Original file time stamp from the media device in UTC.
 java.lang.Integer get_track_number()
          Song's track number on its album.
 java.lang.Integer get_width()
          Image or video width in pixels.
 java.lang.Integer get_year_published()
          Year this material was first published.
 
Methods inherited from interface jgd.schemas.GoogleDesktopFile
get_author, get_last_modified_time, get_title, get_uri
 
Methods inherited from interface jgd.schemas.GoogleDesktopIndexable
get_content, get_cookie_raw, get_cookie, get_extra_binary_data, get_extra_data, get_format, get_native_size, get_other_indexed_data, get_thumbnail_format, get_thumbnail
 

Method Detail

get_keywords

java.lang.String get_keywords()
Keywords associated with the file.
Required: No


get_width

java.lang.Integer get_width()
Image or video width in pixels.
Required: No


get_height

java.lang.Integer get_height()
Image or video height in pixels.
Required: No


get_bit_rate

java.lang.Integer get_bit_rate()
Audio content (in either an audio or video file) average bit rate in bits/second.
Required: No


get_data_rate

java.lang.Integer get_data_rate()
Data rate for video files in bytes/second.
Required: No


get_channels

java.lang.Integer get_channels()
Channel count for audio files.
Required: No


get_comment

java.lang.String get_comment()
Comment about the file and its contents.
Required: No


get_length

java.lang.Long get_length()
Music or video file time length (in 100 nanosecond units).
Required: No


get_original_date

java.util.Date get_original_date()
Original file time stamp from the media device in UTC.
Required: No


get_album_title

java.lang.String get_album_title()
Music file album title.
Required: No


get_artist

java.lang.String get_artist()
Artist who created/performed the content.
Required: No


get_genre

java.lang.String get_genre()
Genre category.
Required: No


get_lyrics

java.lang.String get_lyrics()
Music file lyrics.
Required: No


get_track_number

java.lang.Integer get_track_number()
Song's track number on its album.
Required: No


get_info_tip

java.lang.String get_info_tip()
Info tip as reported from the shell.
Required: No


get_year_published

java.lang.Integer get_year_published()
Year this material was first published.
Required: No



Copyright © 2007