|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VideoSearchResult
Video search result.
| Method Summary | |
|---|---|
String |
getChannels()
Either 1 (mono) or 2 (stereo). |
String |
getClickUrl()
The URL for linking to the video file. |
String |
getCopyright()
The copyright owner. |
BigDecimal |
getDuration()
The duration of the video file in seconds. |
String |
getFileFormat()
One of avi, flash, mpeg, msmedia, quicktime, or realmedia. |
BigInteger |
getFileSize()
The size of the file in bytes. |
BigInteger |
getHeight()
The height of the keyframe Yahoo extracted from the video in pixels. |
String |
getPublisher()
The creator of the video file. |
String |
getRefererUrl()
The URL of the web page hosting the content. |
String |
getRestrictions()
Provides any restrictions for this media object. |
String |
getSummary()
Summary text associated with the video file. |
ImageThumbnail |
getThumbnail()
The URL of the thumbnail file and its height and width in pixels. |
String |
getTitle()
The title of the video file. |
String |
getUrl()
The URL for the video file or stream. |
BigInteger |
getWidth()
The width of the keyframe Yahoo extracted from the video in pixels. |
boolean |
isStreaming()
Whether the video file is streaming (true) or not (false). |
| Method Detail |
|---|
String getTitle()
String getSummary()
String getUrl()
String getClickUrl()
String getRefererUrl()
BigInteger getFileSize()
String getFileFormat()
BigInteger getHeight()
BigInteger getWidth()
BigDecimal getDuration()
boolean isStreaming()
String getChannels()
ImageThumbnail getThumbnail()
String getPublisher()
String getRestrictions()
String getCopyright()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||