yt4droid.conf
クラス VideoMetaData
java.lang.Object
yt4droid.conf.VideoMetaData
public class VideoMetaData
- extends java.lang.Object
- 作成者:
- Harioroid
| クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createVideoMetaDataWithLocation
public static VideoMetaData createVideoMetaDataWithLocation(java.lang.String title,
java.lang.String description,
CategoryParam category,
java.lang.String tags,
double locationLatitude,
double locationLongitude)
- Returns the VideoMetaData.
- パラメータ:
title - The title of video.description - The description of video.category - The category of video.tags - The tags of video.locationLatitude - The location of video.locationLongitude - The location of video.
- 戻り値:
- VideoMetaData
createVideoMetaData
public static VideoMetaData createVideoMetaData(java.lang.String title,
java.lang.String description,
CategoryParam category,
java.lang.String tags)
- Returns the VideoMetaData
- パラメータ:
title - The title of video.description - The description of video.category - The category of video.tags - The tags of video.
- 戻り値:
- VideoMetaData
getTitle
public java.lang.String getTitle()
getDescription
public java.lang.String getDescription()
getCategory
public java.lang.String getCategory()
getTags
public java.lang.String getTags()
getVideoLocationLatitude
public double getVideoLocationLatitude()
getVideoLocationLongitude
public double getVideoLocationLongitude()
isContainLocation
public boolean isContainLocation()