com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
VideoMediaMetadata() |
| Modifier and Type | Method and Description |
|---|---|
File.VideoMediaMetadata |
clone() |
Long |
getDurationMillis()
The duration of the video in milliseconds.
|
Integer |
getHeight()
The height of the video in pixels.
|
Integer |
getWidth()
The width of the video in pixels.
|
File.VideoMediaMetadata |
set(String fieldName,
Object value) |
File.VideoMediaMetadata |
setDurationMillis(Long durationMillis)
The duration of the video in milliseconds.
|
File.VideoMediaMetadata |
setHeight(Integer height)
The height of the video in pixels.
|
File.VideoMediaMetadata |
setWidth(Integer width)
The width of the video in pixels.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Long getDurationMillis()
null for nonepublic File.VideoMediaMetadata setDurationMillis(Long durationMillis)
durationMillis - durationMillis or null for nonepublic Integer getHeight()
null for nonepublic File.VideoMediaMetadata setHeight(Integer height)
height - height or null for nonepublic Integer getWidth()
null for nonepublic File.VideoMediaMetadata setWidth(Integer width)
width - width or null for nonepublic File.VideoMediaMetadata set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic File.VideoMediaMetadata clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.