|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| CategoryParam を使用しているパッケージ | |
|---|---|
| yt4droid | |
| yt4droid.conf | |
| yt4droid での CategoryParam の使用 |
|---|
| CategoryParam を返す yt4droid のメソッド | |
|---|---|
static CategoryParam |
CategoryParam.valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static CategoryParam[] |
CategoryParam.values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
| CategoryParam 型のパラメータを持つ yt4droid のメソッド | |
|---|---|
static java.lang.String |
CategoryParam.paramAsString(CategoryParam param)
|
QueryBuilder |
QueryBuilder.setCategory(CategoryParam category)
The category parameter enables you to retrieve videos that are in a particular category or are tagged with a particular keyword or developer tag |
QueryBuilder |
Query.setCategory(CategoryParam category)
The category parameter enables you to retrieve videos that are in a particular category or are tagged with a particular keyword or developer tag |
| yt4droid.conf での CategoryParam の使用 |
|---|
| CategoryParam 型のパラメータを持つ yt4droid.conf のメソッド | |
|---|---|
static VideoMetaData |
VideoMetaData.createVideoMetaData(java.lang.String title,
java.lang.String description,
CategoryParam category,
java.lang.String tags)
Returns the VideoMetaData |
static VideoMetaData |
VideoMetaData.createVideoMetaDataWithLocation(java.lang.String title,
java.lang.String description,
CategoryParam category,
java.lang.String tags,
double locationLatitude,
double locationLongitude)
Returns the VideoMetaData. |
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||