jgd.schemas.comapi
Class GDCOMMediaFile

java.lang.Object
  extended by jgd.schemas.comapi.GDCOMIndexed
      extended by jgd.schemas.comapi.GDCOMFile
          extended by jgd.schemas.comapi.GDCOMMediaFile
All Implemented Interfaces:
IJGDResultItem, ResultsType.ResultType, GoogleDesktopFile, GoogleDesktopIndexable, GoogleDesktopMediaFile

public class GDCOMMediaFile
extends GDCOMFile
implements GoogleDesktopMediaFile


Constructor Summary
GDCOMMediaFile(com.jacob.com.Variant searchResultEntryVariant, java.lang.String schema)
           
 
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 class jgd.schemas.comapi.GDCOMFile
get_author, get_last_modified_time, get_title, get_uri, toString
 
Methods inherited from class jgd.schemas.comapi.GDCOMIndexed
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, getCacheUrl, getCategory, getDocId, getEventId, getFlags, getFrom, getIcon, getId, getMessageId, getPropertyVariant, getPropertyVT_ARRAY, getPropertyVT_BOOL, getPropertyVT_BSTR, getPropertyVT_DATE, getPropertyVT_UI2, getPropertyVT_UI4, getPropertyVT_UI8, getSchema, getSnippet, getThumbnail, getTime, getTimestamp, getTitle, getUrl, setCacheUrl, setCategory, setDocId, setEventId, setFlags, setFrom, setIcon, setId, setMessageId, setSnippet, setThumbnail, setTime, setTitle, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

GDCOMMediaFile

public GDCOMMediaFile(com.jacob.com.Variant searchResultEntryVariant,
                      java.lang.String schema)
Method Detail

get_keywords

public java.lang.String get_keywords()
Description copied from interface: GoogleDesktopMediaFile
Keywords associated with the file.
Required: No

Specified by:
get_keywords in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_keywords()

get_width

public java.lang.Integer get_width()
Description copied from interface: GoogleDesktopMediaFile
Image or video width in pixels.
Required: No

Specified by:
get_width in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_width()

get_height

public java.lang.Integer get_height()
Description copied from interface: GoogleDesktopMediaFile
Image or video height in pixels.
Required: No

Specified by:
get_height in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_height()

get_bit_rate

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

Specified by:
get_bit_rate in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_bit_rate()

get_data_rate

public java.lang.Integer get_data_rate()
Description copied from interface: GoogleDesktopMediaFile
Data rate for video files in bytes/second.
Required: No

Specified by:
get_data_rate in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_data_rate()

get_channels

public java.lang.Integer get_channels()
Description copied from interface: GoogleDesktopMediaFile
Channel count for audio files.
Required: No

Specified by:
get_channels in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_channels()

get_comment

public java.lang.String get_comment()
Description copied from interface: GoogleDesktopMediaFile
Comment about the file and its contents.
Required: No

Specified by:
get_comment in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_comment()

get_length

public java.lang.Long get_length()
Description copied from interface: GoogleDesktopMediaFile
Music or video file time length (in 100 nanosecond units).
Required: No

Specified by:
get_length in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_length()

get_original_date

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

Specified by:
get_original_date in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_original_date()

get_album_title

public java.lang.String get_album_title()
Description copied from interface: GoogleDesktopMediaFile
Music file album title.
Required: No

Specified by:
get_album_title in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_album_title()

get_artist

public java.lang.String get_artist()
Description copied from interface: GoogleDesktopMediaFile
Artist who created/performed the content.
Required: No

Specified by:
get_artist in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_artist()

get_genre

public java.lang.String get_genre()
Description copied from interface: GoogleDesktopMediaFile
Genre category.
Required: No

Specified by:
get_genre in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_genre()

get_lyrics

public java.lang.String get_lyrics()
Description copied from interface: GoogleDesktopMediaFile
Music file lyrics.
Required: No

Specified by:
get_lyrics in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_lyrics()

get_track_number

public java.lang.Integer get_track_number()
Description copied from interface: GoogleDesktopMediaFile
Song's track number on its album.
Required: No

Specified by:
get_track_number in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_track_number()

get_info_tip

public java.lang.String get_info_tip()
Description copied from interface: GoogleDesktopMediaFile
Info tip as reported from the shell.
Required: No

Specified by:
get_info_tip in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_info_tip()

get_year_published

public java.lang.Integer get_year_published()
Description copied from interface: GoogleDesktopMediaFile
Year this material was first published.
Required: No

Specified by:
get_year_published in interface GoogleDesktopMediaFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_year_published()


Copyright © 2007