yt4droid.conf
クラス VideoMetaData

java.lang.Object
  上位を拡張 yt4droid.conf.VideoMetaData

public class VideoMetaData
extends java.lang.Object

作成者:
Harioroid

メソッドの概要
static VideoMetaData createVideoMetaData(java.lang.String title, java.lang.String description, CategoryParam category, java.lang.String tags)
          Returns the VideoMetaData
static VideoMetaData createVideoMetaDataWithLocation(java.lang.String title, java.lang.String description, CategoryParam category, java.lang.String tags, double locationLatitude, double locationLongitude)
          Returns the VideoMetaData.
 java.lang.String getCategory()
           
 java.lang.String getDescription()
           
 java.lang.String getTags()
           
 java.lang.String getTitle()
           
 double getVideoLocationLatitude()
           
 double getVideoLocationLongitude()
           
 boolean isContainLocation()
           
 
クラス 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()